Skip to main content
PATCH

Request

Update the configuration of an existing AI voice agent. Only include fields you want to change.

Headers

string
required
Bearer token for authentication. Format: Bearer YOUR_API_KEY
string
required
Must be application/json

Path Parameters

string
required
The unique identifier of the agent to update

Body Parameters

All fields are optional. Only include fields you want to update.
string
A friendly name for the agent
string
The instructions defining the agent’s personality and behavior
string
The voice to use for the agent
string
The greeting message when calls connect
string
Primary language (e.g., en-US, es-ES)
string
The LLM to use: gpt-4o, gpt-4o-mini, claude-3-sonnet
number
Creativity level (0.0-1.0)
integer
Maximum tokens per response
number
How easily the user can interrupt (0.0-1.0)
array
Phrases that will end the call
string
Set to active or inactive
object
Custom key-value pairs

Response

Returns the updated agent object.

Error Codes