Skip to main content
POST
Create agent
Creates a minimal agent from a persona. The prompt, voice, and other behavior settings are configured afterward via Patch update agent.

Body parameters

string
required
Agent display name, 1–120 characters.
string
required
A persona ID to initialize the agent with — list available personas via GET /prompts/personas.

Response

The response’s id is the agent’s channel id, used for most endpoints (calls, campaigns, patching). Some endpoints — like generating a prompt — use the agent’s underlying brain id instead, returned as agent_id or brain.id on this same response.