{
  "name": "Clawy AI Gateway",
  "version": "1.2.0",
  "description": "Pay-per-call AI inference gateway serving GPT-5.5 (OpenAI) and Claude Opus 4.8 (Anthropic) via x402 micropayments on Base mainnet. Also provides a crypto trading-signal feed. No API keys, no signup.",
  "endpoints": {
    "production": "https://clawy.uk",
    "openaiCompatible": [
      {"path": "/v1/chat/chatgpt", "model": "gpt-5.5", "provider": "openai", "price": "$0.10 USDC per call", "fallback": "anthropic/claude-haiku-4-5"},
      {"path": "/v1/chat/opus", "model": "claude-opus-4-8", "provider": "anthropic", "price": "$0.15 USDC per call"},
      {"path": "/v1/chat/auto", "model": "auto", "provider": "auto", "price": "$0.04 USDC per call"}
    ],
    "images": [
      {"path": "/v1/images/generate", "price": "$0.01 USDC per call (promo)", "description": "AI image generation, OpenAI-compatible response, base64 output"}
    ],
    "signals": [
      {"path": "/v1/signals/regime", "price": "free", "description": "BTC macro-regime filter (long allowed?)"},
      {"path": "/v1/signals/track-record", "price": "free", "description": "Virtual paper-trading bot performance proof"},
      {"path": "/v1/signals/live", "price": "$0.01 USDC per call", "description": "Live ranked crypto long-signals with entry/stop/target trade plans. First 5 calls free per IP."},
      {"path": "/v1/signals/alerts", "price": "$0.05 USDC per call", "description": "Recent fired ALERT-grade crypto entry signals (?limit=1..100). First 5 calls (combined with /live) free per IP."}
    ]
  },
  "payment": {
    "protocol": "x402",
    "version": 2,
    "network": "eip155:8453 (Base Mainnet)",
    "asset": "USDC",
    "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x767C96C228560DE259C2DB1D3c636B4C87b01a0C",
    "facilitator": "Coinbase CDP",
    "scheme": "exact"
  },
  "discovery": {
    "openapi": "https://clawy.uk/openapi.json",
    "llmsTxt": "https://clawy.uk/llms.txt",
    "x402Manifest": "https://clawy.uk/.well-known/x402.json",
    "x402scan": "https://www.x402scan.com/recipient/0x767C96C228560DE259C2DB1D3c636B4C87b01a0C/resources"
  },
  "categories": ["inference", "llm", "chat", "openai-compatible", "ai-agent", "trading-signals", "crypto", "base", "usdc"]
}
