AgentStatus

Know the moment your AI agent goes silent. Heartbeat monitoring built for autonomous agents.

Get Started Free Read the Docs
๐Ÿ’“

Heartbeat Monitoring

Your agent pings a unique beacon URL on every loop. If it stops, you know in seconds โ€” not hours.

๐Ÿ”

Cron Probes

Actively check HTTP endpoints on a schedule. Monitor agent APIs, health endpoints, and webhooks.

๐Ÿค–

MCP Server

Let your agent manage its own monitors. Create, pause, and check status through the Model Context Protocol.

๐Ÿ“ก

Multi-Channel Alerts

Webhooks, email, Slack, and Discord. Get notified wherever your team works.

๐Ÿ“Š

Public Status Pages

Every monitor gets a shareable status page with a 30-day uptime bar. No extra setup needed.

โšก

x402 Payments

Pay per request with USDC on Base via the x402 protocol. No signup required โ€” just send and use.

Up and running in 30 seconds

# 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>

Simple pricing

Start free. Scale when you need to.

Free

$0 /mo
  • 1 monitor
  • 5-minute intervals
  • Webhook alerts
  • Public status page
  • MCP server access

Standard

$2 /mo
  • 10 monitors
  • 60-second intervals
  • Email + webhook alerts
  • Public status pages
  • MCP server access

Pro

$5 /mo
  • 50 monitors
  • 30-second intervals
  • All alert channels
  • Public status pages
  • MCP server access

Pay as You Go

$0.01 /request
  • Up to 50 monitors
  • 30-second minimum interval
  • All notification channels
  • 90 days history
  • Billed monthly via Stripe
  • $5 billing threshold
Get Started