{
  "ok": true,
  "service": "websdocs-asg-gateway",
  "version": "aig-gateway-runtime-v8-3-2-sitemap-api-a2a",
  "domain": "aig.websdocs.com",
  "source": {
    "kv": true,
    "d1": true,
    "r2": true,
    "logsDb": true,
    "identityRegistry": true,
    "identityEvents": true,
    "ai": true,
    "aiGateway": {
      "id": "aigateway",
      "enabled": true,
      "note": "Workers AI calls pass this gateway id so Cloudflare AI Gateway logs show under the same gateway."
    },
    "vectorize": true,
    "rag": true,
    "billingWorker": true,
    "eventHubWorker": true
  },
  "billing": {
    "answerCredits": "required_for_ask_and_a2a_message",
    "staticDiscovery": "free",
    "actionHandoff": "free_record_only",
    "checkoutDoor": "free_record_only_until_checkout_worker_bound",
    "debitMode": "live"
  },
  "secrets": {
    "internalEventSecret": true
  },
  "routes": {
    "setup": "GET /setup?code=setup_xxx",
    "dashboard": "GET /dashboard/:clientSlug",
    "ai": "GET /ai/:clientSlug",
    "pulse": "GET /pulse/:clientSlug",
    "profile": "GET /ai/:clientSlug/profile",
    "companyJson": "GET /ai/:clientSlug/data/aig-company-profile.json",
    "llms": "GET /ai/:clientSlug/llms.txt",
    "agentCard": "GET /ai/:clientSlug/agent-card.json",
    "policy": "GET /ai/:clientSlug/policy",
    "pricing": "GET /ai/:clientSlug/pricing",
    "routes": "GET /ai/:clientSlug/routes",
    "faq": "GET /ai/:clientSlug/faq",
    "ask": "GET docs / POST /ai/:clientSlug/ask",
    "checkout": "GET docs / POST /ai/:clientSlug/checkout",
    "action": "GET docs / POST /ai/:clientSlug/action",
    "a2aHandshake": "GET/POST /ai/:clientSlug/a2a/v1/handshake",
    "a2aMessage": "GET docs / POST /ai/:clientSlug/a2a/v1/message",
    "a2aMessageSend": "GET docs / POST /ai/:clientSlug/a2a/v1/message:send",
    "a2aActionRequest": "GET docs / POST /ai/:clientSlug/a2a/v1/action-request",
    "apiA2ADoc": "GET /api/a2a",
    "apiA2AHandshake": "GET/POST /api/a2a/v1/handshake?clientSlug=:clientSlug OR /api/a2a/:clientSlug/v1/handshake",
    "apiA2AMessage": "GET docs / POST /api/a2a/v1/message?clientSlug=:clientSlug OR /api/a2a/:clientSlug/v1/message",
    "apiA2AMessageSend": "GET docs / POST /api/a2a/v1/message:send?clientSlug=:clientSlug OR /api/a2a/:clientSlug/v1/message:send",
    "apiA2AActionRequest": "GET docs / POST /api/a2a/v1/action-request?clientSlug=:clientSlug OR /api/a2a/:clientSlug/v1/action-request",
    "sitemap": "GET /sitemap.xml and /aig-sitemap.xml",
    "sampleQuestions": "GET /questions and /sample-questions",
    "adminBackfillVisitorIdentity": "POST /admin/backfill/visitor-identity",
    "adminRagStatus": "GET /admin/rag/status?slug=:clientSlug",
    "adminRagFeed": "POST /admin/rag/feed",
    "adminRagReindex": "POST /admin/rag/reindex"
  },
  "identityBridge": {
    "registryTable": "aig_gateway_visitor_registry",
    "identityEventsTable": "aig_gateway_visitor_identity_events",
    "summaryView": "v_aig_gateway_client_ai_identity_summary",
    "backfill": "POST /admin/backfill/visitor-identity"
  },
  "time": "2026-07-09T14:02:22.831Z"
}