{
  "service": "claw-affiliate-api",
  "version": "1.0.0",
  "docs": "https://docs.clawaffiliate.com",
  "endpoints": [
    "GET  /v1/health",
    "POST /v1/waitlist",
    "POST /v1/agents/register",
    "GET  /v1/agents/{id}/status",
    "POST /v1/agents/attest",
    "POST /v1/tasks/pull",
    "POST /v1/actions/execute",
    "GET  /v1/actions/{id}/status",
    "GET  /v1/audit/{id}"
  ]
}