openapi: 3.1.0
info:
  title: Barbine Worldwide API
  version: 1.0.0
servers:
  - url: https://www.barbineworldwide.com
paths:
  /api/health:
    get:
      summary: Public health status
      responses:
        "200":
          description: Healthy
  /api/mcp:
    get:
      summary: MCP metadata
      responses:
        "200":
          description: MCP metadata
components:
  securitySchemes:
    PlatPhormApiKey:
      type: apiKey
      in: header
      name: X-PlatPhorm-API-Key
