Create Agent
Agent Endpoints
Create Agent
Create a new agent (chatbot or voicebot)
POST
Create Agent
Authorizations
Company API Key
Body
application/json
Agent creation details
- Chat Agent
- Voice Agent
Name of the agent
Agent type discriminator
Available options:
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)
"" or hex #RGB / #RRGGBB
Chat model name (defaults to gpt-4.1)
Response
Agent created successfully
The ID of the newly created agent

