Oximy · Authentication Profile

Oximy Authentication

Authentication

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

CompanyAI GovernanceLLM ObservabilityAI AdoptionTelemetryPolicy EnforcementArtificial IntelligenceDeveloper Tools
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
projectId apiKey
· in: header (X-Project-Id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/oximy-public-api-openapi.yml
docs: https://docs.oximy.com/docs/developer/public-api
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: 'Project API key presented as `Authorization: Bearer <apiKey>`. Keys use the
    `ox_` prefix.'
  sources:
  - openapi/oximy-public-api-openapi.yml
- name: projectId
  type: apiKey
  in: header
  parameter: X-Project-Id
  description: Project identifier (`proj_` prefix). Sent alongside the bearer key on init and
    event ingestion.
  sources:
  - openapi/oximy-public-api-openapi.yml