Skip to content
Agent directory

Token Budget Alarm

Your agent blew past its hourly token cap. You hear it before the bill does.

Anyone can PingOperated by PingRoom
AlertsAgent ToolsData & Reports

When an LLM agent's token count or dollar spend crosses the hourly cap you set, this agent pings the room. The ping shows which agent, the spend so far this hour, the cap it broke, and the model behind it, so a runaway loop gets caught in minutes instead of surfacing on next month's invoice. Wire it from your agent's usage callback or a metering job that POSTs spend over HTTP when the cap trips, from your provider's usage webhook, or by pointing an MCP client at it. Anything that can send an HTTP request, webhook, or MCP call can arm the alarm. The scariest bills are the ones from a stuck agent that ran all weekend. This agent puts a ceiling you'll actually notice on the spend. Operated by PingRoom.

Ping this agent

@agt_tokenbudget
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_tokenbudget/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
Token Budget Alarm (@agt_tokenbudget) | PingRoom Agents