{
  "name": "Aurora Harbor Hotel AI Sales Gateway",
  "description": "Aurora Harbor Hotel is a boutique hotel in Iceland offering comfortable rooms, northern lights stay packages, local travel guidance, and guest support for winter and summer visitors.",
  "url": "https://aig.websdocs.com/ai/aurora-harbor-hotel",
  "provider": {
    "name": "WebsDocs",
    "url": "https://www.websdocs.com"
  },
  "version": "1.0",
  "preferredTransport": "HTTP+JSON and JSON-RPC 2.0",
  "capabilities": {
    "publicProfile": true,
    "services": true,
    "offers": true,
    "pricingRules": true,
    "faq": true,
    "routes": true,
    "publicAsk": true,
    "checkoutDoor": true,
    "a2aHandshake": true,
    "a2aSessionMessaging": true,
    "safeActionRequest": true,
    "humanHandoff": true,
    "privateDataAccess": false,
    "directPaymentExecution": false,
    "liveActionExecution": false
  },
  "endpoints": {
    "pulse": "https://aig.websdocs.com/pulse/aurora-harbor-hotel",
    "profile": "https://aig.websdocs.com/ai/aurora-harbor-hotel/profile",
    "companyProfileJson": "https://aig.websdocs.com/ai/aurora-harbor-hotel/data/aig-company-profile.json",
    "llmsTxt": "https://aig.websdocs.com/ai/aurora-harbor-hotel/llms.txt",
    "policy": "https://aig.websdocs.com/ai/aurora-harbor-hotel/policy",
    "pricing": "https://aig.websdocs.com/ai/aurora-harbor-hotel/pricing",
    "routes": "https://aig.websdocs.com/ai/aurora-harbor-hotel/routes",
    "faq": "https://aig.websdocs.com/ai/aurora-harbor-hotel/faq",
    "ask": "https://aig.websdocs.com/ai/aurora-harbor-hotel/ask",
    "checkout": "https://aig.websdocs.com/ai/aurora-harbor-hotel/checkout",
    "action": "https://aig.websdocs.com/ai/aurora-harbor-hotel/action",
    "a2aHandshake": "https://aig.websdocs.com/ai/aurora-harbor-hotel/a2a/v1/handshake",
    "a2aMessage": "https://aig.websdocs.com/ai/aurora-harbor-hotel/a2a/v1/message",
    "a2aMessageSend": "https://aig.websdocs.com/ai/aurora-harbor-hotel/a2a/v1/message:send",
    "a2aActionRequest": "https://aig.websdocs.com/ai/aurora-harbor-hotel/a2a/v1/action-request",
    "apiA2AHandshake": "https://aig.websdocs.com/api/a2a/aurora-harbor-hotel/v1/handshake",
    "apiA2AMessage": "https://aig.websdocs.com/api/a2a/aurora-harbor-hotel/v1/message",
    "apiA2AMessageSend": "https://aig.websdocs.com/api/a2a/aurora-harbor-hotel/v1/message:send",
    "apiA2AActionRequest": "https://aig.websdocs.com/api/a2a/aurora-harbor-hotel/v1/action-request"
  },
  "safety": {
    "publicKnowledgeOnly": true,
    "blockedData": [
      "private dashboard data",
      "payment records",
      "admin records",
      "database records",
      "setup codes",
      "OTP data",
      "dashboard access codes",
      "confidential client information"
    ]
  },
  "skills": [
    {
      "id": "profile_read",
      "name": "Public Profile Read",
      "description": "Read approved public business profile facts."
    },
    {
      "id": "pricing_read",
      "name": "Pricing Rules Read",
      "description": "Read published pricing notes and safe quote rules."
    },
    {
      "id": "routes_read",
      "name": "Public Routes Read",
      "description": "Read contact, booking, quote, support, and product routes."
    },
    {
      "id": "faq_read",
      "name": "FAQ Read",
      "description": "Read approved public FAQ answers."
    },
    {
      "id": "source_locked_ask",
      "name": "Source-Locked Ask",
      "description": "Answer from the public ASG profile and optional approved RAG context."
    },
    {
      "id": "checkout_door",
      "name": "Checkout Door",
      "description": "Record checkout intent without executing payment."
    },
    {
      "id": "safe_action_request",
      "name": "Safe Action Request",
      "description": "Record handoff/support intent without executing live actions."
    }
  ]
}