{
  "service": "AgentStatus API",
  "version": "1.0.0",
  "description": "Heartbeat and cron monitoring for AI agents. No signup required.",
  "status": "ok",
  "auth": {
    "methods": [
      {
        "type": "wallet",
        "header": "X-Wallet-Address",
        "note": "Zero-signup: just send your wallet address"
      },
      {
        "type": "api_key",
        "header": "Authorization: Bearer ask_xxx",
        "note": "Create account first via POST /v1/accounts"
      },
      {
        "type": "x402",
        "header": "X-PAYMENT",
        "note": "Pay-per-request with USDC on Base"
      }
    ]
  },
  "endpoints": {
    "monitors": "POST /v1/monitors",
    "heartbeat": "GET /beat/{token}",
    "channels": "POST /v1/channels",
    "accounts": "POST /v1/accounts",
    "mcp": "POST /mcp"
  },
  "discovery": {
    "openapi": "/openapi.json",
    "ai_plugin": "/.well-known/ai-plugin.json",
    "x402": "/.well-known/x402.json"
  },
  "docs": "https://agentstatus.tech",
  "quickstart": "Send X-Wallet-Address header + POST /v1/monitors to create your first monitor in one request."
}