Waxell · Authentication Profile

Waxell Authentication

Authentication

Waxell secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

AI Agent GovernanceObservabilityPolicy EnforcementLLM TelemetryCost ManagementMCPAgent Runtime
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

WaxKey apiKey
· in: header (X-Wax-Key)
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/waxell-observe-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: WaxKey
  type: apiKey
  in: header
  parameter: X-Wax-Key
  description: Waxell API key issued in the dashboard. Format `wax_sk_...`.
  sources:
  - openapi/waxell-observe-openapi.yml
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: wax_sk
  description: Same `wax_sk_` key passed as a Bearer token.
  sources:
  - openapi/waxell-observe-openapi.yml