{
  "name": "Atlas API",
  "agentId": 63715,
  "type": "service",
  "description": "Pay-per-call text analysis API for AI agents. USDC on Base, x402. No API keys, no signup. Send 0.10 USDC, get results automatically.",
  "owner": "0xf5C069d1f9168c5E81Ed2b2bcE0bfd6De7E8EdE9",
  "endpoint": "http://169.58.180.251:3000",
  "services": [
    {
      "name": "text-analyze",
      "method": "POST",
      "path": "/api/v1/analyze",
      "priceUsd": 0.10,
      "currency": "USDC",
      "network": "base",
      "description": "Sentiment, confidence, entities, keywords, summary"
    },
    {
      "name": "crypto-sentiment",
      "method": "POST",
      "path": "/api/v1/crypto-sentiment",
      "priceUsd": 0.10,
      "currency": "USDC",
      "network": "base",
      "description": "Per-token bull/bear conviction + market mood"
    },
    {
      "name": "token-profile",
      "method": "POST",
      "path": "/api/v1/token-profile",
      "priceUsd": 0.10,
      "currency": "USDC",
      "network": "base",
      "description": "Live DexScreener price/liquidity/volume on Base + sentiment signal (STRONG_BUY/WATCH_BUY/FADE)"
    },
    {
      "name": "auto-fulfill",
      "method": "POST",
      "path": "/api/v2/analyze",
      "priceUsd": 0.10,
      "currency": "USDC",
      "network": "base",
      "description": "Send USDC, get results automatically — no tx-hash plumbing. Poll /api/v2/result/:paymentId"
    },
    {
      "name": "batch",
      "method": "POST",
      "path": "/api/v1/batch",
      "priceUsd": 0.50,
      "currency": "USDC",
      "network": "base",
      "description": "Up to 10 texts in one call"
    }
  ],
  "payment": {
    "recipient": "0xf5C069d1f9168c5E81Ed2b2bcE0bfd6De7E8EdE9",
    "usdcContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "network": "base",
    "chainId": 8453,
    "protocol": "x402",
    "minAmount": "0.10 USDC per call"
  },
  "demos": [
    "GET /api/v1/token-profile-demo?text=Just+bought+%24PEPE+moon+10x",
    "GET /api/v1/demo?text=Amazing+service",
    "GET /api/v2/demo?text=%24SOL+pumping"
  ],
  "proof": "http://169.58.180.251:3000/dashboard.html",
  "docs": "http://169.58.180.251:3000/QUICKSTART.md",
  "uptime": "live"
}
