{
  "openapi": "3.0.3",
  "info": {
    "title": "Citrine & Thyme Catering",
    "description": "Citrine & Thyme is a fictional full-service Central Florida catering company creating thoughtful menus and polished hospitality for weddings, corporate gatherings, private dinners, cocktail receptions, and milestone celebrations. Customers and their AI agents can explore event formats, compare illustrative starting estimates, and request a personalized proposal.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://os.theaiwebcompany.com"
    }
  ],
  "x-vcap": {
    "visibility": "https://os.theaiwebcompany.com/irl/citrine-thyme-catering/llms.txt",
    "citability": "https://os.theaiwebcompany.com/irl/citrine-thyme-catering/json.ld",
    "actionability": "https://os.theaiwebcompany.com/irl/citrine-thyme-catering/mcp.json",
    "performability": "https://os.theaiwebcompany.com/irl/citrine-thyme-catering/openapi.json"
  },
  "x-webmcp": {
    "status": "experimental",
    "requires": "open_page",
    "humanPage": "https://os.theaiwebcompany.com/irl/citrine-thyme-catering",
    "tools": [
      "get_page",
      "get_page_summary",
      "get_identity",
      "search_page",
      "share_page",
      "copy_page_link",
      "get_faqs",
      "get_verified_facts",
      "list_offerings",
      "filter_offerings",
      "compare_offerings",
      "recommend_offering",
      "get_form_requirements",
      "check_quote_requirements",
      "open_form",
      "request_quote",
      "submit_inquiry",
      "request_estimate",
      "request_consultation",
      "request_callback",
      "submit_project_brief",
      "start_conversation",
      "check_receipt",
      "get_messages",
      "reply_to_message",
      "select_option",
      "accept_quote",
      "open_primary_action",
      "open_section"
    ],
    "leadPath": "/irl/citrine-thyme-catering/leads",
    "note": "Same quote write path as browser form / Remote MCP; channel webmcp when called from page-open tools."
  },
  "paths": {
    "/irl/citrine-thyme-catering/llms.txt": {
      "get": {
        "summary": "V · Visibility — llms.txt",
        "responses": {
          "200": {
            "description": "text/plain"
          }
        }
      }
    },
    "/irl/citrine-thyme-catering/json.ld": {
      "get": {
        "summary": "C · Citability — JSON-LD",
        "responses": {
          "200": {
            "description": "application/ld+json"
          }
        }
      }
    },
    "/irl/citrine-thyme-catering/mcp.json": {
      "get": {
        "summary": "A · Actionability — MCP descriptor",
        "responses": {
          "200": {
            "description": "application/json"
          }
        }
      }
    },
    "/irl/citrine-thyme-catering/chatgpt.txt": {
      "get": {
        "summary": "Instructions for ChatGPT",
        "responses": {
          "200": {
            "description": "text/plain"
          }
        }
      }
    },
    "/mcp": {
      "post": {
        "summary": "AIWEB live MCP (Streamable HTTP)",
        "responses": {
          "200": {
            "description": "MCP Streamable HTTP"
          }
        }
      }
    }
  }
}