{
  "openapi": "3.0.3",
  "info": {
    "title": "LuwaSuite Public API",
    "description": "Public-facing routes for the LuwaSuite UK sponsor licence compliance platform. This spec describes the marketing site structure for AI agent discovery.",
    "version": "1.0.0",
    "contact": {
      "name": "LuwaSuite Support",
      "email": "hello@luwasuite.co.uk",
      "url": "https://luwasuite.co.uk/contact"
    },
    "license": {
      "name": "Proprietary"
    }
  },
  "servers": [
    {
      "url": "https://luwasuite.co.uk",
      "description": "Production"
    }
  ],
  "paths": {
    "/": {
      "get": {
        "summary": "Homepage",
        "description": "Landing page with LuwaScore™ overview, feature highlights, pricing, testimonials, and compliance statistics.",
        "responses": { "200": { "description": "HTML page" } }
      }
    },
    "/features": {
      "get": {
        "summary": "Features page",
        "description": "Detailed breakdown of all LuwaSuite features including LuwaScore™, RTW tracking, compliance hub, HR management, attendance, recruitment, and payroll.",
        "responses": { "200": { "description": "HTML page" } }
      }
    },
    "/pricing": {
      "get": {
        "summary": "Pricing page",
        "description": "Four pricing tiers: Starter (£29/mo), Professional (£79/mo), Business (£149/mo), Enterprise (custom). Includes feature comparison.",
        "responses": { "200": { "description": "HTML page" } }
      }
    },
    "/about": {
      "get": {
        "summary": "About page",
        "description": "Company background, mission, team information, and company registration details.",
        "responses": { "200": { "description": "HTML page" } }
      }
    },
    "/blog": {
      "get": {
        "summary": "Blog listing",
        "description": "Articles on UK sponsor licence compliance, Right to Work guidance, Home Office audit preparation, and HR best practices.",
        "responses": { "200": { "description": "HTML page" } }
      }
    },
    "/contact": {
      "get": {
        "summary": "Contact page",
        "description": "Contact form, office address, phone number, and email for sales and support enquiries.",
        "responses": { "200": { "description": "HTML page" } }
      }
    },
    "/security": {
      "get": {
        "summary": "Security & GDPR page",
        "description": "Information about data protection, GDPR compliance, encryption, and security certifications.",
        "responses": { "200": { "description": "HTML page" } }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "AI agent discovery file",
        "description": "Plain text summary of LuwaSuite for AI agents and LLMs.",
        "responses": { "200": { "description": "Plain text" } }
      }
    },
    "/feed.xml": {
      "get": {
        "summary": "RSS feed",
        "description": "RSS 2.0 feed with latest compliance updates and blog posts.",
        "responses": { "200": { "description": "RSS XML" } }
      }
    }
  }
}
