Salesforce Einstein · OAuth Scopes

Salesforce Einstein OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://login.salesforce.com/services/oauth2/token.

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.

Artificial IntelligenceComputer VisionCRMMachine LearningNatural Language ProcessingPredictive AnalyticsSalesforce
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://login.salesforce.com/services/oauth2/authorize
Token URL
https://login.salesforce.com/services/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
api Full access to Salesforce APIs authorizationCode
einstein_gpt Access to Einstein AI features authorizationCode
wave_api Access to Analytics APIs authorizationCode

Source

OAuth Scopes

salesforce-einstein-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/salesforce-einstein-bots-openapi.yml, openapi/salesforce-einstein-discovery-openapi.yml,
  openapi/salesforce-einstein-gpt-openapi.yml, openapi/salesforce-einstein-prediction-builder-openapi.yml
schemes:
- name: oauth2
  source: openapi/salesforce-einstein-bots-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
  description: Salesforce OAuth 2.0 authentication.
- name: oauth2
  source: openapi/salesforce-einstein-discovery-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
  description: Salesforce OAuth 2.0 authentication.
- name: oauth2
  source: openapi/salesforce-einstein-gpt-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
  description: Salesforce OAuth 2.0 authentication.
- name: oauth2
  source: openapi/salesforce-einstein-prediction-builder-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
  description: Salesforce OAuth 2.0 authentication.
scopes:
- scope: api
  description: Full access to Salesforce APIs
  flows:
  - authorizationCode
  sources:
  - openapi/salesforce-einstein-bots-openapi.yml
  - openapi/salesforce-einstein-discovery-openapi.yml
  - openapi/salesforce-einstein-gpt-openapi.yml
  - openapi/salesforce-einstein-prediction-builder-openapi.yml
- scope: einstein_gpt
  description: Access to Einstein AI features
  flows:
  - authorizationCode
  sources:
  - openapi/salesforce-einstein-bots-openapi.yml
  - openapi/salesforce-einstein-gpt-openapi.yml
  - openapi/salesforce-einstein-prediction-builder-openapi.yml
- scope: wave_api
  description: Access to Analytics APIs
  flows:
  - authorizationCode
  sources:
  - openapi/salesforce-einstein-discovery-openapi.yml