{
  "openapi": "3.0.3",
  "info": {
    "title": "Brill HR & Business Solutions API",
    "description": "API spec for discovering Brill services, HR SaaS features, taxation, and company contact details.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://brill.team"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "Retrieve LLM text overview of services",
        "responses": {
          "200": {
            "description": "Plain text overview of Brill services"
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "Retrieve full LLM documentation",
        "responses": {
          "200": {
            "description": "Comprehensive plain text documentation"
          }
        }
      }
    },
    "/.well-known/mcp/server-card.json": {
      "get": {
        "summary": "Retrieve MCP Server Card",
        "responses": {
          "200": {
            "description": "Model Context Protocol Server metadata"
          }
        }
      }
    }
  }
}
