Connect Slack, Discord, PagerDuty, email or any HTTP endpoint. Route severities to different channels — warnings to one Slack, criticals to PagerDuty.

Slack and Discord channel webhooks, PagerDuty services, SMTP email, and generic HTTP webhooks for anything else.
Map warn → one channel, critical → another. Same provider can be connected multiple times for different teams or services.
On-call rotations, quiet hours per channel, and built-in deduplication so a flapping endpoint doesn't fan out into 200 messages.

Everything you can do in the UI you can do via the API or Sysmos config. Drop monitors and flows into your repo and version them like the rest of your infrastructure.
alerts:
- severity: "critical"
channels:
- slack: "#oncall"
- pagerduty: "primary"
- severity: "warn"
channels:
- discord: "#monitoring"
- webhook: "https://hooks.acme.io/sysmos"Every Sysmos product shares the same workspace, team, and alert routing. No glue code, no duplicate billing.
Free forever for one user. No credit card. Up before standup.