Update the Sales Agent configuration
PATCH/api/v1/chatbots/:chatbotId/sales-agent
Upserts the Sales Agent configuration. The agent doc is created on the first update (created:true). Only known config fields are applied; unknown fields are ignored. Configuring the agent does not enable it at runtime — enablement is a separate control. Required scope: chatbots:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Configuration applied.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded