Update Slack Bot
PUT /api/v3/organizations/{organisation}/ai/slack-bots/{botId}
Updates a Slack bot’s configuration and/or its backing agent. Only provided fields are updated.
Authorizations
Parameters
Path Parameters
The organisation ID
The Slack bot ID
Request Body required
object
Display name for the bot
Enable or disable the bot
System prompt for the backing AI agent
AI model identifier
Sampling temperature
Maximum response tokens
Tools the agent may use
Skills assigned to the agent
Vector DB collections the agent may query
Sub-agents the agent may call
Guardrail preset name
Content filter policies
Enable long context mode
Session TTL in days
Slack channel IDs the bot may respond in
Slack user IDs allowed to interact with the bot
Slack user IDs denied from interacting with the bot
Whether guest users may interact with the bot
Content shown on the bot’s Home tab in Slack
Agent-level access control settings
object
Whether keyword triggers are enabled
Keywords that trigger the bot
Responses
200
Slack bot updated successfully
object
object
400
Invalid request parameters
403
Access denied
404
Slack bot not found
500
Failed to update Slack bot