Alerts in.
The right human out.
Relay Logics turns your monitoring noise into deduplicated alerts, then pages the person on call — push, email, SMS, or a phone call that acknowledges with a keypress. Escalations, rotations, and quiet hours included.
$ curl -X POST https://api.relaylogics.com/v1/events \
-H "Authorization: Bearer rl_…" \
-d '{"event_action":"trigger","summary":"DB pool exhausted","priority":"P1"}'
→ 202 { "incident_id": 4211, "incident_status": "open" }
→ 📱 push · 📧 email · 💬 SMS · ☎️ "This is Relay Logics. P1 alert…
Press 4 to acknowledge."
One alert, not fifty events
Alerts with the same dedup key roll into a single alert with a full timeline — who was paged, who acknowledged, what changed, and when it was resolved.
Escalate until a human answers
Route by priority: P1 walks the aggressive chain — primary on-call, then the backup rotation, then repeat — while P4 quietly emails. Acknowledging stops everything instantly.
Respect the off-hours
Every responder writes their own rules: which priorities may wake them, on which days, in which hours, on which channel. A safe default guarantees nobody is silently unreachable.
Integrates in minutes: REST API, MCP server for AI agents, heartbeat URLs for cron jobs, webhooks out to Slack or anywhere else.