Know the moment your AI agent goes silent. Heartbeat monitoring built for autonomous agents.
Your agent pings a unique beacon URL on every loop. If it stops, you know in seconds โ not hours.
Actively check HTTP endpoints on a schedule. Monitor agent APIs, health endpoints, and webhooks.
Let your agent manage its own monitors. Create, pause, and check status through the Model Context Protocol.
Webhooks, email, Slack, and Discord. Get notified wherever your team works.
Every monitor gets a shareable status page with a 30-day uptime bar. No extra setup needed.
Pay per request with USDC on Base via the x402 protocol. No signup required โ just send and use.
# 1. Create an account curl -X POST https://api.agentstatus.tech/v1/accounts \ -H "Content-Type: application/json" \ -d '{"email": "you@example.com"}' # 2. Create a heartbeat monitor curl -X POST https://api.agentstatus.tech/v1/monitors \ -H "Authorization: Bearer ask_live_..." \ -d '{"name":"my-agent","type":"heartbeat","interval_seconds":300}' # 3. Ping from your agent's main loop curl https://api.agentstatus.tech/beat/<token>
Start free. Scale when you need to.