{
  "name": "x402 FixSpec API",
  "description": "Deterministic, evidence-linked remediation for one public x402 endpoint.",
  "products": {
    "fixspec": {
      "buyUrl": "https://fixspec.am518.uk/buy/fixspec",
      "price": "0.01 USDC on Base",
      "freeSample": "GET /sample"
    },
    "walletPreflight": {
      "buyUrl": "https://fixspec.am518.uk/buy/base-wallet-preflight",
      "price": "0.01 USDC on Base"
    }
  },
  "endpoints": {
    "purchaseInstructions": [
      "POST /v1/fixspec",
      "POST /v1/base-wallet-preflight"
    ],
    "discovery": "GET /.well-known/x402",
    "agentInstructions": "GET /llms.txt",
    "sample": "GET /sample",
    "openapi": "GET /openapi.json",
    "health": "GET /health"
  },
  "input": {
    "url": "https://api.example.com/paid-route",
    "method": "POST",
    "body": {
      "query": "example"
    }
  },
  "limits": {
    "inputBytes": 32768,
    "remoteBytes": 65536,
    "publicHttpsOnly": true
  }
}