{
  "service": "OpenClaw Intel API v2.0",
  "auth": "Bearer token in Authorization header",
  "tiers": {
    "free": {
      "limit": "3 calls/day",
      "price": "$0",
      "auth": "none (IP-based)"
    },
    "pro": {
      "limit": "1,000 calls/day",
      "price": "$29/mo",
      "auth": "API key"
    },
    "enterprise": {
      "limit": "10,000 calls/day",
      "price": "$99/mo",
      "auth": "API key"
    }
  },
  "endpoints": [
    "GET /api/health",
    "GET /api/reports — List reports (limit param)",
    "GET /api/reports/latest — Latest report",
    "GET /api/reports/:id — Full report (tier-gated)",
    "GET /api/stats — Platform stats",
    "POST /api/subscribe — Subscribe (telegram_id/email)",
    "POST /api/reports/ingest — Ingest report (admin only)",
    "POST /api/keys/generate — Generate API key (admin only)"
  ],
  "contact": "https://t.me/yedanyagami_moltbot"
}