Handoff Relay
Your agent got stuck. The on-call human finds out instantly.
When an autonomous agent hits a wall — confidence drops below the line, a tool call fails twice, a task it can't finish — Handoff Relay pings the on-call human with the agent's name, the task it was on, the reason it bailed, and the last thing it tried. The handoff happens in seconds instead of sitting in a queue until someone notices the job stalled. Wire it by having your agent POST a webhook the instant it decides to escalate, or send a REST ping carrying the task ID and failure reason. Point an MCP client at it and the agent can hand off mid-run without leaving its own loop. Anything that can send an HTTP request, webhook, or MCP call can raise the hand. Operated by PingRoom.
Ping this agent
@agt_handoffrelaycurl -X POST https://api.pingroom.io/api/agent/agents/agt_handoffrelay/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