DataRobot · Authentication Profile

Datarobot Authentication

Authentication

DataRobot secures its APIs with http, oauth2, and openIdConnect across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, deviceCode, implicit, and refreshToken flow(s).

CompanyArtificial IntelligenceMachine LearningMLOpsData ScienceAgentic AIPredictive AnalyticsGenerative AI
Methods: http, oauth2, openIdConnect Schemes: 3 OAuth flows: authorizationCode, clientCredentials, deviceCode, implicit, refreshToken API key in:

Security Schemes

personalApiKey http
scheme: bearer
oauth2 oauth2
openIdConnect openIdConnect

Source

Authentication Profile

datarobot-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.datarobot.com/en/docs/api/dev-learning/api-quickstart.html ; https://app.datarobot.com/.well-known/openid-configuration
docs: https://docs.datarobot.com/en/docs/api/dev-learning/api-quickstart.html
summary:
  types: [http, oauth2, openIdConnect]
  http_scheme: bearer
  primary: personal-api-key
  oauth2_flows: [authorizationCode, clientCredentials, deviceCode, implicit, refreshToken]
schemes:
  - name: personalApiKey
    type: http
    scheme: bearer
    description: >-
      Personal API keys serve as bearer tokens. Send them as
      `Authorization: Bearer <YOUR_API_TOKEN>` against the REST API base URL for
      your region (US https://app.datarobot.com/api/v2, EU https://app.eu.datarobot.com/api/v2,
      JP https://app.jp.datarobot.com/api/v2).
    source: docs
  - name: oauth2
    type: oauth2
    description: OAuth 2.0 / OIDC via app.datarobot.com authorization server (agent and integration auth).
    issuer: https://app.datarobot.com
    authorization_endpoint: https://app.datarobot.com/oauth2/auth
    token_endpoint: https://app.datarobot.com/oauth2/token
    device_authorization_endpoint: https://app.datarobot.com/oauth2/device/auth
    revocation_endpoint: https://app.datarobot.com/oauth2/revoke
    grant_types: [authorization_code, implicit, client_credentials, refresh_token, "urn:ietf:params:oauth:grant-type:device_code"]
    token_endpoint_auth_methods: [client_secret_post, client_secret_basic, private_key_jwt, none]
    pkce: [plain, S256]
    source: https://app.datarobot.com/.well-known/openid-configuration
  - name: openIdConnect
    type: openIdConnect
    openIdConnectUrl: https://app.datarobot.com/.well-known/openid-configuration
    userinfo_endpoint: https://app.datarobot.com/userinfo
    id_token_signing_alg: [RS256]
    source: https://app.datarobot.com/.well-known/openid-configuration