Create Agent
Create a new agent (chatbot or voicebot)
Authorizations
Company API Key
Body
Agent creation details
- Chat Agent
- Voice Agent
Name of the agent
Agent type discriminator
chatbot Internal assistant identifier (optional)
If present, used to generate the prompt
Used only if no description is provided
First message shown in supported chat surfaces
Timezone name (e.g. "America/New_York")
Webhook URL (if applicable)
Optional HTTP headers sent with the end-of-call webhook POST. Each value may be a plain string (non-secret) or {value, secret} — when secret is true, the value is masked in subsequent API reads but still sent on the outbound request.
"" or hex #RGB / #RRGGBB
Chat model name (defaults to gpt-4.1)
Response
Agent created successfully
The ID of the newly created agent

