10 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
5Slack
Instant alerts in your Slack channels the moment an issue is detected.
Learn more Set it upDevelopment
1GitHub
Deploy markers on your uptime charts, and monitoring pauses while a deployment runs.
Learn more Set it upDeveloper
4Webhooks
Custom HTTP callbacks to any endpoint. The escape hatch for everything else.
Learn more Set it upAI Assistants (MCP)
Connect Claude, ChatGPT, and other agents to your monitors over the Model Context Protocol.
Learn more Set it upTerraform
Manage monitors and alert webhooks as code with the official provider on the Terraform Registry.
Learn more Set it upOn 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.