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

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/datarobot-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.