Arize AI · Authentication Profile

Arize Ai Authentication

Authentication

Arize AI secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

LLM ObservabilityML MonitoringOpen SourceOpenTelemetryPhoenixTracingEvaluation
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ArizeApiKey apiKey
· in: header (api_key)
ArizeSpaceId apiKey
· in: header (space_id)

Source

Authentication Profile

arize-ai-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/arize-ai-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ArizeApiKey
  type: apiKey
  in: header
  parameter: api_key
  description: Arize AX API Key (paired with space_id header).
  sources:
  - openapi/arize-ai-openapi.yml
- name: ArizeSpaceId
  type: apiKey
  in: header
  parameter: space_id
  description: Arize AX Space ID.
  sources:
  - openapi/arize-ai-openapi.yml