
Start from the Agents page in your dashboard.
Choose an agent type
Every agent is either a voice agent (talks on phone calls) or a chat agent (text-only, reachable via API, an embeddable widget, or SMS). When creating a voice agent, choose between:Conversation Flow Agent
Build a node-by-node call flow with explicit transitions. Best for structured, multi-step, or high-stakes calls where you need predictable behavior.
Single Prompt Agent
Define the whole agent with one prompt. Fastest to set up, and a good fit for simple, linear conversations with a handful of functions.
The dashboard also lists Multi-Prompt Agent as a legacy option. It still works for agents already built on it, but build new structured agents on a conversation flow instead. See the single/multi-prompt overview if you’re maintaining an existing multi-prompt agent.

