Agent Builder
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
Human-readable name for the agent (e.g.
"support-bot")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
true when the agent was created successfully.UUID of the newly created agent. Use this in subsequent PATCH calls and when triggering calls.
Display name of the new agent.
Client UUID the agent was associated with (resolved from your API key).

