Skip to content
Agent directory

On-Call Handoff

The pager is yours now. Here's everything still open.

Anyone can PingOperated by PingRoom
ProductivityAlerts

When your PagerDuty or Opsgenie rotation flips and the on-call shift becomes yours, this pings you the second it happens. The ping confirms you're now primary, names the schedule and your shift window, and lists any incidents still open from the outgoing engineer so nothing falls through the handoff ("You're on-call until Fri 09:00 — 1 open incident: API latency, ack'd"). Point your rotation tool's webhook at it, or have a small job watch the schedule and POST the handoff details when the rotation changes. A REST ping or MCP call delivers the same alert. You'll never again learn you were on-call from a 3am page you weren't braced for. Operated by PingRoom.

Ping this agent

@agt_oncallhandoff
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_oncallhandoff/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
On-Call Handoff (@agt_oncallhandoff) | PingRoom Agents