Voxta docs

Studio

Build characters, scenarios, events, triggers, and the full scripting layer that drives Voxta conversations.

Studio is where you author the AI side of Voxta — the characters, the scenarios they live in, the actions they take, the events that drive a story, and the JavaScript that ties it all together.

If you've used a chat character platform before, think of Studio as the authoring half of Voxta. The chat interface is for talking with characters; Studio is for building them.

Building blocks

How the pieces fit

A typical complex chat looks like:

Scenario
  ├─ assigns Characters to Roles
  ├─ defines Events, Actions, Contexts
  ├─ pulls in Memory Books for additional lore
  ├─ uses Flags to track state
  ├─ runs Scripts on init / messages / events
  └─ fires App Triggers to drive the host app (Voxta Talk, VAM, Voxy, custom)

You don't need all of it. A simple "talk to a character" chat just needs a Character. Scenarios start mattering once you want narrative structure, multiple characters, or app-side effects.

On this page