{
  "ok": true,
  "door": "checkout",
  "module": "WebsDocs AIG — Checkout Door",
  "canonicalAigBaseUrl": "https://aig.websdocs.com",
  "allowed": true,
  "executed": false,
  "paymentExecution": false,
  "purpose": "Give AI visitors a safe route to request checkout, activation, quote, plan selection, or payment guidance without executing payment.",
  "publicHumanRoutes": {
    "paymentPage": "https://websdocs.com/payment.html",
    "contact": "https://websdocs.com/contact.html",
    "support": "https://websdocs.com/support-ticket.html"
  },
  "aiIntake": {
    "endpoint": "https://websdocs.com/ai-room/action",
    "method": "POST",
    "actionType": "request_checkout_or_quote",
    "exampleBody": {
      "actionType": "request_checkout_or_quote",
      "payload": {
        "product": "RTC / RTD / Industry / ASG",
        "plan": "unknown_or_requested_plan",
        "requesterType": "ai_agent_or_business_visitor",
        "notes": "Ask WebsDocs for the correct checkout, quote, or activation route."
      }
    }
  },
  "safety": "This door records the request and routes to WebsDocs review. It does not charge a card, execute payment, create an account, or expose billing internals."
}