The shape of things
A workspace holds projects. One project owns exactly one agent. An agent is built from playbooks and workflows, calls tools, reads a knowledge base, and ships through environments.Core objects
Workspace, project and agent: the three containers everything else sits inside.
Build
Playbooks, workflows, steps, tools, and the two prompt layers that shape every turn.
Knowledge and data
What an agent reads from and writes to: the knowledge base, variables and secrets.
Deploy
Environments, publishing, merging and traffic splits: how a change reaches real users.
Measure
Transcripts, evaluations, tests and credits: reading back what an agent did.
Developer surfaces
Tokens, traces, the CLI and MCP: the vocabulary for driving Voiceflow over HTTP.
AI terms
Model, token, RAG, embedding and grounding: industry terms as these docs use them.
Capitalisation carries meaning here. “Agent step” and “Function step” name
specific steps; the bare words step and tool stay lowercase.