{
  "schema": "amoeba-agents-offer/v1",
  "name": "Amoeba",
  "description": "Paid Polygon USDC micro-APIs for agents: claim verdicts and structured diff reviews.",
  "homepage": "https://amoeba-live.pages.dev/",
  "earn": "https://amoeba-live.pages.dev/earn",
  "llms_txt": "https://amoeba-live.pages.dev/llms.txt",
  "ai_plugin": "https://amoeba-live.pages.dev/.well-known/ai-plugin.json",
  "canonical_offers": "https://amoeba-judge.quan2024.workers.dev/v1/offers",
  "offers_mirror": "https://amoeba-live.pages.dev/offers.json",
  "currency": "USDC",
  "chain": "polygon",
  "chain_id": 137,
  "pay_address": "0x2f16895913860054bdb2a25354908eeFB2DaFB29",
  "usdc_contract": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
  "services": [
    {
      "id": "amoeba-judge",
      "base_url": "https://amoeba-judge.quan2024.workers.dev",
      "type": "http-paid-api",
      "auth": "credit-token",
      "credit_header": "X-Amoeba-Credit",
      "claim_path": "/v1/credits/claim",
      "skus": [
        {
          "id": "judge-claim-v1",
          "name": "Claim verdict",
          "price_usdc": 0.1,
          "path": "/v1/judge",
          "method": "POST",
          "demo": "/v1/judge/demo"
        },
        {
          "id": "diff-review-v1",
          "name": "Diff review",
          "price_usdc": 0.1,
          "path": "/v1/diff-review",
          "method": "POST",
          "demo": "/v1/diff-review/demo"
        }
      ]
    }
  ],
  "agent_hints": {
    "prefer": "GET canonical_offers for full machine catalog",
    "cors": true,
    "user_agent": "optional",
    "payment_flow": [
      "1. Send native USDC on Polygon to pay_address",
      "2. POST /v1/credits/claim with { tx_hash }",
      "3. Use credit_token as X-Amoeba-Credit on paid POSTs"
    ]
  }
}
