ClearML · Authentication Profile

Clearml Authentication

Authentication

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

MLMLOpsOpen SourceExperiment TrackingOrchestration
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

BearerAuth http
scheme: bearer
BasicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/clearml-openapi.yml
summary:
  types:
  - http
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  description: Bearer token obtained from /auth.login
  sources:
  - openapi/clearml-openapi.yml
- name: BasicAuth
  type: http
  scheme: basic
  description: HTTP Basic with access_key / secret_key for /auth.login
  sources:
  - openapi/clearml-openapi.yml