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}/...