Skip to content

Commit b74361d

Browse files
authored
docs: document SLACK_MULTI_AGENT_CHANNEL_ENABLED for self-hosted (#546)
1 parent d353007 commit b74361d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

self-host/customize-deployment/environment-variables.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ These variables enable you to configure the [Slack integration](/guides/using-sl
341341
| `SLACK_SOCKET_MODE` | Enable socket mode for Slack (default=false) |
342342
| `SLACK_CHANNELS_CACHED_TIME` | Time in milliseconds to cache Slack channels (default=600000, 10 minutes) |
343343
| `SLACK_SUPPORT_URL` | URL for Slack support |
344+
| `SLACK_MULTI_AGENT_CHANNEL_ENABLED` | Enables the [multi-agent Slack channel (Beta)](/guides/ai-agents/getting-started#setting-up-a-multi-agent-slack-channel) feature for the whole instance (default=false) |
344345

345346
## GitHub Integration
346347

self-host/enterprise-on-prem.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Once your license key is active, most Enterprise features are controlled by envi
5151
|---------|---------------------|---------------|
5252
| Custom roles | `CUSTOM_ROLES_ENABLED=true` | [Custom roles](/references/workspace/custom-roles#custom-roles) |
5353
| AI agents | `AI_AGENTS_ENABLED=true` | [AI agents](/guides/ai-agents) |
54+
| Multi-agent Slack channels (Beta) | `SLACK_MULTI_AGENT_CHANNEL_ENABLED=true` | [Multi-agent Slack channels](/guides/ai-agents/getting-started#setting-up-a-multi-agent-slack-channel) |
5455
| Caching | `RESULTS_CACHE_ENABLED=true` | [Caching](/guides/developer/caching) |
5556
| Embedding | `EMBEDDING_ENABLED=true` | [Embedding](/references/embedding) |
5657
| MCP | `MCP_ENABLED=true` | [MCP integration](/self-host/customize-deployment/configure-mcp-for-lightdash) |

0 commit comments

Comments
 (0)