Domino Data Lab · Authentication Profile

Domino Data Lab Authentication

Authentication

Domino Data Lab secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyMLOpsData ScienceMachine LearningAI PlatformModel MonitoringEnterprise AI
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

DominoApiKey apiKey
· in: header ()

Source

Authentication Profile

domino-data-lab-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.dominodatalab.com/en/cloud/api_guide/8c929e/domino-platform-api-reference/
summary:
  types: [apiKey]
  api_key_in: [header]
  oauth2_flows: []
schemes:
  - name: DominoApiKey
    type: apiKey
    in: header
    parameter_name: X-Domino-Api-Key
    description: >-
      Domino Platform REST API requests authenticate with a per-user API key passed
      in the X-Domino-Api-Key request header. The key is obtained from the user account
      settings ("Get API key") of the Domino instance.
    docs: https://docs.dominodatalab.com/en/cloud/api_guide/8c929e/domino-platform-api-reference/
sdk_auth:
  # python-domino resolves credentials in this order
  order: [api_proxy, auth_token, domino_token_file, api_key]
  env:
    - DOMINO_API_PROXY
    - DOMINO_TOKEN_FILE
    - DOMINO_USER_API_KEY
    - DOMINO_API_HOST
notes: >-
  Base URL is the customer's own Domino deployment host (self-managed or Domino Cloud);
  there is no single shared public API host. API paths follow /api/{service}/{version}/...