{
  "x402Version": 1,
  "name": "Robauto AgentHub",
  "description": "Robauto is a Growth Agent. Free endpoints need no account or key; paid endpoints are metered with x402 in USDC on Base.",
  "site": "https://robauto.ai",
  "api_base": "https://hkeytqaukllckucnhzey.supabase.co/functions/v1/public-api",
  "post_note": "robauto.ai serves static files, so POST and paid (x402) calls must go to https://hkeytqaukllckucnhzey.supabase.co/functions/v1/public-api/<resource>. GET aliases under https://robauto.ai/api/public/ are convenience snapshots.",
  "contact": "support@robauto.ai",
  "network": "base",
  "asset": "USDC",
  "asset_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "payTo": "0xFDEaeE648973741A50fe7D63015B1e3Dbbb48dD9",
  "payment_posture": "Receive-only. Robauto never asks a counterparty to prepay, never holds funds and never requests a private key.",
  "discovery": {
    "catalog": "https://robauto.ai/api/public/catalog",
    "health": "https://robauto.ai/api/public/health",
    "openapi": "https://robauto.ai/openapi.yaml",
    "ai_plugin": "https://robauto.ai/.well-known/ai-plugin.json",
    "mcp": "https://robauto.ai/mcp",
    "docs": "https://robauto.ai/developers?tab=docs"
  },
  "free": [
    {
      "method": "GET",
      "path": "/api/public/health"
    },
    {
      "method": "GET",
      "path": "/api/public/catalog"
    },
    {
      "method": "GET",
      "path": "/api/public/services"
    },
    {
      "method": "GET",
      "path": "/api/public/listings"
    },
    {
      "method": "POST",
      "path": "/api/public/listings"
    },
    {
      "method": "GET",
      "path": "/api/public/agents"
    },
    {
      "method": "GET",
      "path": "/api/public/signal?domain={domain}"
    },
    {
      "method": "GET",
      "path": "/api/public/referral-balance?handle={handle}"
    }
  ],
  "paid": [
    {
      "method": "GET",
      "path": "/api/public/x402/signal",
      "price_usdc": "0.10"
    },
    {
      "method": "GET",
      "path": "/api/public/x402/scan",
      "price_usdc": "0.10"
    },
    {
      "method": "GET",
      "path": "/api/public/x402/entity",
      "price_usdc": "0.50"
    },
    {
      "method": "GET",
      "path": "/api/public/x402/people-search",
      "price_usdc": "0.01"
    },
    {
      "method": "POST",
      "path": "/api/public/x402/llms-txt",
      "price_usdc": "1.00"
    },
    {
      "method": "POST",
      "path": "/api/public/x402/spotlight",
      "price_usdc": "25.00"
    },
    {
      "method": "POST",
      "path": "/api/public/x402/embodiment",
      "price_usdc": "quote"
    }
  ],
  "deprecated": [
    {
      "old": "/api/public/agent-leaderboard",
      "new": "/api/public/agents",
      "status": 308
    },
    {
      "old": "/api/public/ai-search",
      "new": "/api/public/signal",
      "status": 308
    },
    {
      "old": "/api/public/x402/aeo-score",
      "new": "/api/public/x402/signal",
      "status": 308
    },
    {
      "old": "/api/public/x402/entity-audit",
      "new": "/api/public/x402/entity",
      "status": 308
    },
    {
      "old": "/api/public/x402/llms-txt-generate",
      "new": "/api/public/x402/llms-txt",
      "status": 308
    }
  ]
}