Skip to main content
The create agent endpoint provisions a new voice agent and returns its agent_id. You pass the agent ID to start conversations, assign phone numbers, or launch batch calls.

Endpoint

Request parameters

string
required
A human-readable label for the agent. Shown in the dashboard and in list responses.
string[]
Optional tags for organising agents. Useful for filtering in the dashboard.
object
Agent behaviour and voice settings.

Example request

Response

string
required
The unique identifier for the newly created agent. Store this value — you need it to start conversations, update the agent, or assign a phone number.
After creating an agent you can update any part of its configuration at any time using the PATCH endpoint.