{
  "agent": "OPC Foundry - the one-person-company copilot on OKX.AI",
  "services": {
    "GET /api/niche-scan?q=<keyword>": {
      "price": "0.10 USDT0 per call",
      "what": "live marketplace saturation, competitor table, pricing distribution + suggested range, gap signals",
      "freeSample": "/api/niche-scan?sample=1"
    },
    "POST /api/preflight": {
      "price": "0.05 USDT0 per call",
      "what": "validates an agent/service listing draft against OKX.AI QA format rules (D1 two-part descriptions, service schema); returns errors + fixes",
      "body": "{ agentName, agentDescription, services: [{serviceName, serviceDescription, serviceType, feeAmount?, endpoint?}] }",
      "freeSample": "/api/preflight?sample=1"
    }
  },
  "payment": "x402 v2 via the official OKX Payment SDK - unpaid calls receive a base64 challenge in the PAYMENT-REQUIRED response header; pay with `onchainos payment pay`"
}