Integrations
Notification channels, incident systems, and AI providers in one place. Enable a service to receive change alerts, open incidents, or run AI analysis. Each integration has an enable toggle and a Test action and reads Active or Disabled; each section header counts how many of that type are enabled.
Notification channels deliver routed events:
- Email (SMTP): deliver through any mail server using its SMTP host, port and credentials.
- Slack: paste an incoming webhook URL .
- Telegram: create a bot and token with BotFather , then add the target chat.
- Discord: paste a channel webhook URL .
- Microsoft Teams: post through an incoming webhook (Workflows) .
- Syslog (SIEM): forward events as RFC 5424 syslog to a SIEM collector over UDP or TCP.
- Webhook: POST events as JSON to any HTTP endpoint you control.
Incident systems open tickets from change and compliance events:
- Jira: authenticate with an Atlassian API token .
- TheHive: authenticate with an API key from your account settings.
AI providers supply the model behind AI-assisted analysis; a provider reads Active (selected and used for analysis) or Disabled (not used for analysis):
- Ollama (local): run models on your own hardware behind a local Ollama endpoint, so prompts never leave your network.
- OpenAI / compatible: connect to the OpenAI API , or any OpenAI-compatible endpoint, with an API key and base URL.
- Claude (Anthropic): authenticate with an Anthropic API key .
- Amazon Bedrock: call managed foundation models with AWS credentials and a region.


Last updated on