Update agent
Patch metadata fields (name, description, categories, avatarUrl). Use null to clear nullable fields. Status transitions are NOT done via PATCH — use publish.
Autorizações
Parâmetros de caminho
Corpo
Body for updating an agent. All fields are independently optional; JsonNullable fields are tri-state (omit, set, or clear with null). Unknown fields are rejected with 400.
Public ID of the AI model to use.
"9c3a4d22-1a8d-4b3f-9b1e-7a0f0c4f3e21"
Enable audio listening (speech-to-text).
false
Enable audio responses (text-to-speech).
false
New avatar URL (http or https).
"https://cdn.example.com/avatars/support-bot.png"
Up to 10 free-form category tags. Each tag must not exceed 100 characters.
10100["support", "billing"]New short description shown in the agent catalogue.
"Answers questions about billing, refunds and account access."
Enable dynamic prompt variables for this agent.
true
Hours of inactivity before the first follow-up is sent (0..720).
24
End of the business-hours window for follow-ups.
"18:00:00"
Start of the business-hours window for follow-ups.
"09:00:00"
Enable proactive follow-up messages after inactivity.
false
Minutes of inactivity considered idle for follow-up logic (1..1440).
30
Minutes between follow-up attempts (1..10080).
60
Maximum number of follow-up attempts per conversation (1..10).
3
Prompt used to generate follow-up messages.
"Politely check whether the customer still needs help."
Enable generative UI responses.
false
Enable persistent long-term memory across conversations.
false
Custom instructions guiding what the agent should remember.
"Remember customer preferences and prior issues."
Insert artificial delay between messages to feel more natural.
false
Strategy used to compute the inter-message delay.
Split long responses into multiple messages.
true
New display name of the agent.
1 - 150"Support Bot"
Enable the sandbox (computer) tool for this agent.
false
New system prompt content.
"You are a friendly support agent for Acme Corp."
Sampling temperature between 0.0 and 2.0.
0.7
Reasoning effort level when thinking is enabled.
"medium"
Enable extended thinking for reasoning-capable models.
true
TTS voice identifier used when audio responses are enabled.
"alloy"
Enable the web-search tool for this agent.
true
Resposta
OK
Agent metadata + editable-state configuration.
Selected AI model display name; null when not yet configured.
Selected AI model public ID; null when not yet configured.
"14:30:00"
"14:30:00"
True if the editable state differs from the published snapshot.
Delay tier when messageDelayEnabled=true.
LOW, MEDIUM, HIGH, RANDOM draft, active, inactive, archived Thinking effort tier.
low, medium, high 
