Install
Auto-ACK, summarize, and query incidents with your preferred LLM backend (OpenAI, Hugging Face, or Ollama).
Prefix webhooks with your AlertMind domain (e.g., https://alertmind-ai.onrender.com
).
Webhook (short)
/hooks/pd/<YOUR_TEAM_ID>/<hook_id>
Webhook (full)
/slack/pagerduty/webhook/<YOUR_TEAM_ID>
Signature (required)
/config pd_webhook_secret <secret_from_PD_UI>
Header: X-PagerDuty-Signature
Examples
/hooks/pd/T08UMNVS535/abc123
/slack/pagerduty/webhook/T08UMNVS535
Auto-ACK creds
/config pagerduty_api_token <token>
/config pagerduty_email you@example.com
EU/US API region inferred automatically.
Webhook
/hooks/splunk/<YOUR_TEAM_ID>
Signature: not required by default.
Example
https://alertmind-ai.onrender.com/hooks/splunk/T08UMNVS535
Auto-ACK creds
/config splunk_api_id <id>
/config splunk_api_key <key>
/config splunk_user_name <username>
Webhook
/hooks/ocm/<YOUR_TEAM_ID>
Signature token optional → set /config ocm_webhook_token <token>
and send header X-OCM-Token: <token>
(or ?token=…
).
Example
https://alertmind-ai.onrender.com/hooks/ocm/T08UMNVS535
Auto-ACK creds
/config ocm_api_key <username>
/config ocm_api_token <password>
/config ocm_domain https://console.preprod.oncallmanager.ibm.com
/config ocm_default_owner you@example.com
/uploadkb
(Markdown/ZIP/CSV) or /ingesttable
to ingest tables.Start asking: /kb how to restart a service?
Use /summary
for live view and hourly digests.
/config llm_backend openai|huggingface|ollama
/config openai_model gpt-4o
/config hf_model mistralai/Mistral-7B-Instruct-v0.3
/config ollama_model mistral
Upgrade to Pro for unlimited AI usage and priority support.
/kb <question>
– Ask the knowledge base/summary
– Show recent alert digest/alert
– Explore past alerts/uploadkb
– Upload KB (Markdown/ZIP/CSV)/ingesttable
– Ingest table data/config
– View or set workspace settings/help
– Help & usageGet dedicated support, custom integrations, SSO, and on-premise options for your organization.
Let's discuss a plan tailored to your needs.
for just $99 per month per workspace.
/config plan pro
(requires billing eligibility)
Bring AI-powered SRE workflows to Teams.
Tip: We store your team_id
in the browser for next time.
Ensure your bot endpoint is /teams/api/messages
and MICROSOFT_APP_ID
/MICROSOFT_APP_PASSWORD
are set.
/teams/pagerduty/webhook/<team_id>
/teams/splunk/webhook/<team_id>
/teams/ocm/webhook/<team_id>
menu
in the bot chat to open setup cards.uploadkb
or paste a table with ingesttable | …
kb <your question>
or see a digest with summary
.Proactive DMs require the connection above. Admin-only actions default to the installer (configurable).
Basic Microsoft Graph scopes for proactive messages and optional features:
offline_access
— refresh tokensopenid profile email
— identify installerUser.Read
— profile for greeting/routingChat.ReadWrite
— proactive messages (hourly digest)Group.ReadWrite.All
— optional advanced scenariosWe store only what’s needed. You can revoke permissions anytime.
team_id
.teams_admin_user_id
).Need help? Contact Us
Auto-acknowledge, summarize, and track alerts directly in Slack — using the LLM backend you choose.
/kb
, /summary
, /uploadkb
, and more.Need help? Contact Us
* Security: signed webhooks (where supported), optional tokens, and least-privilege scopes by default.