Skip to main content
POST
Update agent's setup
Updates supported agent setup fields. The API key must belong to the supplied user, and that user must have access to the agent. When updating orgId, the destination organization must be accessible to the user. Voice IDs and conversation styles are validated before the update is applied.

Authorizations

X-Authorization
string
header
required

Body

application/json
uid
string
required

User ID

agentId
string
required

Agent ID to update

orgId
string

Organization ID to update

voiceId
string

ID of the voice to assign to the agent

agentName
string

Name of the agent, limited to 50 characters

Maximum string length: 50
greetingMessage
string

Greeting message to be used when the agent is called, limited to 500 characters

Maximum string length: 500
humanizeConversation
boolean

Set to true to add natural vocal fillers to the conversation

conversationStyle
enum<string>

Conversation style

Available options:
Casual,
Humorous,
Direct,
Formal,
Persuasive,
Friendly

Response

Agent updated successfully

success
boolean
required

Indicates if the update was successful

Last modified on August 10, 2026