OpenSRE can deliver investigation findings — and accept investigation triggers — through three messaging platforms. Pick the one that matches where your team already responds to incidents.Documentation Index
Fetch the complete documentation index at: https://opensre.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Pick a platform
| Platform | Best for | Trigger investigations from chat? | Configured by | Setup time |
|---|---|---|---|---|
| Slack | Teams already paged in Slack channels | ❌ delivery only (incoming webhook) | opensre integrations setup slack | ~5 min |
| Discord | Communities and teams using Discord servers | ✅ /investigate slash command in any channel the bot is in | opensre onboard or opensre integrations setup discord | ~10 min |
| Telegram | Mobile-first and on-call rotations | ❌ delivery only | Environment variables (no wizard yet) | ~5 min |
What every guide covers
Each platform guide walks you through:- Prerequisites — what you need before you start (workspace/server admin rights, a phone number for Telegram, etc.).
- Create the bot/app — the platform-side setup (BotFather, Discord Developer Portal, Slack App).
- Credentials — the exact tokens, IDs, and keys to copy.
- OpenSRE wizard — the
opensre onboardflow, what it asks for, and what it writes to.env. - Verify — how to confirm delivery is working.
- Troubleshooting — common failures and how to read the error.
Common environment variables
Discord and Telegram credentials can also be set directly in.env instead of (or alongside) the CLI configuration:
.env, run opensre integrations verify <service> (e.g. opensre integrations verify telegram) to confirm the credentials work. Note that opensre doctor only inspects the integrations store (~/.config/opensre/integrations.json), so it does not detect env-var-only configurations like Telegram or Slack-via-SLACK_WEBHOOK_URL.
Re-running the wizard
You can re-run the Discord wizard at any time to update credentials:opensre integrations setup slack for Slack and .env for Telegram (see #1481).
Tracer