AgentBaseUpdate
Base agent fields that can be updated without sending or replacing config. Unknown fields, including config, are rejected.
product_idProduct Idrequired
ID of the product (workspace) that owns this record. Most endpoints scope access by product.
nameNamerequired
Human-readable agent name.
bot_typeAgentBotType
Agent operating mode.
Possible values: [outreach, support]
Default value:
outreachis_activeIs Active
Whether the agent is active.
Default value:
trueAgentBaseUpdate
{
"product_id": 0,
"name": "string",
"bot_type": "outreach",
"is_active": true
}