8 integrations, more coming
Alerts arrive where
your team already is
Slack, email, SMS, Discord, Teams, webhooks, the command line, and now your AI assistant. No new inbox to check.
Instant alerts
Notified within seconds of a check failing, not minutes later.
Quick setup
Most channels take a webhook URL and a test send. That is the whole setup.
Custom webhooks
Anything not on this list, you can still build against, with the webhook system or the API.
Communication
5Developer
3On the roadmap
3PagerDuty
Open incidents and escalate critical alerts to whoever is on call.
Zapier
Reach 5,000+ apps through Zapier automations.
Datadog
Ship metrics to Datadog for deeper analysis and dashboards.
Build your own
Anything not on the list, you can still wire up
A REST API covers every monitor, incident, status page, and notification channel, with the same tokens your CI and your agents already use. If you can make an HTTP request, you have an integration.
curl -X POST https://sentinel.rootstuff.io/api/monitors \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Client site",
"url": "https://example.com",
"check_interval": 1
}'Start integrating today
Connect the tools you already use, and stop missing the alerts that matter.