Skip to main content

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: outreach
is_activeIs Active

Whether the agent is active.

Default value: true
AgentBaseUpdate
{
"product_id": 0,
"name": "string",
"bot_type": "outreach",
"is_active": true
}