DataRobot · OAuth Scopes

DataRobot OAuth Scopes

OAuth 2.0 searched

DataRobot publishes 3 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the DataRobot API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyArtificial IntelligenceMachine LearningMLOpsData ScienceAgentic AIPredictive AnalyticsGenerative AI
Scopes: 3 Flows: Method: searched

Scopes (3)

ScopeDescriptionFlows
openid OIDC — issue an ID token identifying the authenticated subject.
offline Request offline access.
offline_access Issue a refresh token for long-lived offline access.

Source

OAuth Scopes

datarobot-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://app.datarobot.com/.well-known/openid-configuration
docs: https://docs.datarobot.com/en/docs/agentic-ai/agentic-develop/agentic-authentication.html
note: >-
  Scopes advertised by the DataRobot OIDC authorization server (app.datarobot.com).
  DataRobot's primary REST API auth is personal API keys (bearer); OAuth2 scopes
  below apply to the OIDC/agent authorization flows.
schemes:
  - name: oauth2
    source: https://app.datarobot.com/.well-known/openid-configuration
    issuer: https://app.datarobot.com
    authorizationUrl: https://app.datarobot.com/oauth2/auth
    tokenUrl: https://app.datarobot.com/oauth2/token
scopes:
  - scope: openid
    description: OIDC — issue an ID token identifying the authenticated subject.
  - scope: offline
    description: Request offline access.
  - scope: offline_access
    description: Issue a refresh token for long-lived offline access.