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.