openapi: 3.1.0
info:
  title: Reliable Bibles API
  version: 1.0.0
  description: API and discovery surface for autographed Bible catalog and order management.
servers:
  - url: https://a1bibles.platphormnews.com
components:
  securitySchemes:
    PlatPhormApiKey:
      type: apiKey
      in: header
      name: X-PlatPhorm-API-Key
paths:
  /api/health:
    get:
      summary: Public health status
      responses:
        "200":
          description: Health response
  /api/mcp:
    get:
      summary: Public MCP metadata
      responses:
        "200":
          description: MCP metadata
    post:
      summary: MCP JSON-RPC endpoint
      responses:
        "200":
          description: JSON-RPC response
