Agents
Create Agent
Create a new agent and associate it with your account
POST
Create Agent
Create a new agent and associate it with the authenticated user’s client. Theclient_id is automatically extracted from your API key — you don’t need to supply it.
Parameters
string
required
Human-readable name for the agent (e.g.
"support-bot")object
default:"{}"
Optional initial configuration for the agent. You can pass any subset of the agent config sections here or leave it empty and configure them later via the section PATCH endpoints.
Request Example
Response
boolean
true when the agent was created successfully.string
UUID of the newly created agent. Use this in subsequent PATCH calls and when triggering calls.
string
Display name of the new agent.
string
Client UUID the agent was associated with (resolved from your API key).

