Agents
Update Agent
Update an existing agent with new configuration.
PUT
Authorizations
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Path Parameters
Agent ID
Body
application/json
New display name for the agent
Required string length:
1 - 255Example:
"Updated Support Agent"
New description
Maximum string length:
1000Example:
"Updated description"
New voice ID
Example:
"voice_newvoice123"
New system prompt / instructions
Minimum string length:
1Example:
"You are now a more advanced support agent..."
New greeting message
Example:
"Welcome to our support team!"
New temperature value
Required range:
0 <= x <= 1Example:
0.5
New language hint
Example:
"es-ES"
Enable or disable recording
Example:
false
New maximum duration
Example:
"1800s"
New join timeout
Example:
"45s"

