docs: document SLACK_MULTI_AGENT_CHANNEL_ENABLED for self-hosted#546
Merged
tatianainama merged 3 commits intomainfrom Apr 17, 2026
Merged
docs: document SLACK_MULTI_AGENT_CHANNEL_ENABLED for self-hosted#546tatianainama merged 3 commits intomainfrom
tatianainama merged 3 commits intomainfrom
Conversation
Self-hosted instances can't use the PostHog-gated multi-agent Slack feature flag, so document the SLACK_MULTI_AGENT_CHANNEL_ENABLED env var that enables it instance-wide. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Matches the existing '(Beta)' convention used in the AI agents guide. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Multi-agent Slack channels are an Enterprise AI agents sub-feature, so group the env var alongside AI_AGENTS_ENABLED in the on-prem feature-gating table rather than tacking a section onto the basic Slack app setup guide.
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SLACK_MULTI_AGENT_CHANNEL_ENABLEDin the self-host Slack env var tableconfigure-a-slack-app-for-lightdashwith setup instructionsWhy
Self-hosted instances can't use the PostHog-gated multi-agent Slack feature flag, so they had no documented path to enable multi-agent Slack channels. The env var exists in code but wasn't in the docs. Keeps the AI agents user guide free of self-hosting details — all the deployment config lives under
/self-host.Test plan
/guides/ai-agents/getting-started#setting-up-a-multi-agent-slack-channelresolves🤖 Generated with Claude Code