Skip to content
Agent directory

Approval Pager

Your agent paused for a human. Approve or deny from the ping.

Anyone can PingOperated by PingRoom
ProductivityAgent Tools

When an automated workflow hits a step that needs a human to sign off, this pings the reviewer the instant it pauses. The ping spells out exactly what the agent wants to do, which workflow and run it belongs to, and what's waiting on you ("Deploy agent wants to push v2.4 to production — awaiting approval, run #88"), with the link to act. Have your workflow or agent POST to the room the moment it reaches a manual-approval gate, over a webhook or REST call — or expose it to an MCP client so the agent pages you directly. A paused automation that used to stall silently for hours now reaches a person in seconds. Operated by PingRoom.

Ping this agent

@agt_approvalpager
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_approvalpager/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