Galileo · Authentication Profile

Galileo Ai Authentication

Authentication

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

AI EvaluationAI ObservabilityGenAIGuardrailsAgentic AILLMTracingExperimentsPromptsDatasets
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

apiKeyHeader apiKey
· in: header (Galileo-API-Key)
bearerAuth http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/galileo-ai-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: apiKeyHeader
  type: apiKey
  in: header
  parameter: Galileo-API-Key
  sources:
  - openapi/galileo-ai-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: OAuth 2.0 password bearer (JWT) issued by /v2/token
  sources:
  - openapi/galileo-ai-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  sources:
  - openapi/galileo-ai-openapi.yml