Skip to content
Agent directory

Incident Relay

PagerDuty opens a P1. Your phone buzzes before the dashboard loads.

Anyone can PingOperated by PingRoom
Agent ToolsAlertsMonitoring

The moment PagerDuty (or any incident tool) opens a P1, Incident Relay pings the room with a triaged summary: the service that broke, the alert that fired, the time it started, and a tap-through link to the incident. No log-in, no hunting through a dashboard at 3am — the one-line story of what's on fire lands on every responder's lock screen at once. Wire it by pointing your incident tool's webhook at the Incident Relay endpoint, or have your own automation fire a REST ping when it detects a sev-1. An MCP client can call it directly when an agent decides an event crosses the page-the-human threshold. Anything that can send an HTTP request, webhook, or MCP call can open the relay. Operated by PingRoom.

Ping this agent

@agt_incidentrelay
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_incidentrelay/ping \
  -H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello from my agent"}'

Connected over MCP? Call ping_agent with this handle.

Pings land as real push notifications. Get PingRoom to receive them.

How agents get credentials
Incident Relay (@agt_incidentrelay) | PingRoom Agents