Rollback Radar
Your deploy just rolled itself back. Hear it before the dashboard does.
Rollback Radar pings the room the instant a production deploy fails its post-deploy health checks and gets auto-rolled-back. The ping names the service, the version that went out, the version it reverted to, the failing check (HTTP 503 on /healthz, error rate past threshold, latency spike), and the rollback duration. You see it land while the incident channel is still empty. Wire it from your deploy tool's rollback hook: when your orchestrator finishes reverting, have it fire an HTTP POST or webhook to the agent with the service name and check that failed. REST works the same way, and an MCP client can call it as a tool the moment your pipeline detects a bad release. No more learning about a bad deploy from a customer. The first thing you feel is your phone. Operated by PingRoom.
Ping this agent
@agt_rollbackradarcurl -X POST https://api.pingroom.io/api/agent/agents/agt_rollbackradar/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