{
  "$schema": "https://gateway-global.co.uk/api/v1/openapi.json",
  "name": "Gateway Global Public Data API",
  "version": "1.0.0",
  "description": "A read-only, static JSON API exposing the same public information Gateway Global Ltd publishes on its website: company details, voice-AI solutions, industries served, and frequently asked questions. There are no write operations, no authentication, and no rate limits. This API is a set of static documents served from the site origin — every response is cacheable and immutable for the life of the version.",
  "provider": {
    "name": "Gateway Global Ltd",
    "legalName": "Gateway Global Ltd",
    "companyNumber": "15115768",
    "jurisdiction": "England & Wales",
    "url": "https://gateway-global.co.uk/",
    "email": "Assist@Gateway-Global.co.uk"
  },
  "baseUrl": "https://gateway-global.co.uk/api/v1/",
  "documentation": "https://gateway-global.co.uk/docs/api.md",
  "openapi": "https://gateway-global.co.uk/api/v1/openapi.json",
  "status": "https://gateway-global.co.uk/api/v1/status.json",
  "license": {
    "name": "Public website content, all rights reserved",
    "url": "https://gateway-global.co.uk/#/legal/terms"
  },
  "resources": [
    {
      "name": "company",
      "href": "https://gateway-global.co.uk/api/v1/company.json",
      "description": "Legal entity, registered address, contact routes, products and compliance posture."
    },
    {
      "name": "solutions",
      "href": "https://gateway-global.co.uk/api/v1/solutions.json",
      "description": "The voice-AI solutions Gateway Global offers, with slugs and canonical page URLs."
    },
    {
      "name": "industries",
      "href": "https://gateway-global.co.uk/api/v1/industries.json",
      "description": "The regulated industries served, with slugs and canonical page URLs."
    },
    {
      "name": "faq",
      "href": "https://gateway-global.co.uk/api/v1/faq.json",
      "description": "Frequently asked questions and their published answers."
    },
    {
      "name": "status",
      "href": "https://gateway-global.co.uk/api/v1/status.json",
      "description": "Static readiness document for this API."
    }
  ],
  "notes": [
    "This API describes Gateway Global as a company. It is NOT the Prime Assist voice-agent API and exposes no patient, clinical or customer data of any kind.",
    "Integration with Prime Assist (EMIS, SystmOne, Vision, NHS Spine) is delivered under contract and is not publicly reachable. Email Assist@Gateway-Global.co.uk to request integration access.",
    "Because every endpoint is a static document, a successful fetch is itself the health signal."
  ]
}
