{
  "agent": "OPC Foundry - the one-person-company copilot on OKX.AI",
  "services": {
    "GET /api/niche-scan?q=<keyword>": {
      "price": "0.10 USDG 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 USDG 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 (OKX Agent Payments Protocol) - unpaid calls receive a 402 challenge; pay with `onchainos payment pay`"
}