Jasper · OAuth Scopes

Jasper OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.jasper.ai/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.

CompanyAi MlArtificial IntelligenceContent GenerationMarketingGenerative AIAgentsMCP
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.jasper.ai/oauth2/authorize
Token URL
https://api.jasper.ai/oauth2/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
mcp Access the Jasper hosted MCP server tools (brand voices, audiences, agents, content generation). authorizationCode
user Act on behalf of the authenticated Jasper user (default user scope for API/agent access). authorizationCode
user:read Read the authenticated user's Jasper profile and workspace membership. authorizationCode
openid OpenID Connect authentication — issue an ID token for the user. authorizationCode
email Access the user's email address claim. authorizationCode
profile Access the user's basic profile claims. authorizationCode

Source

OAuth Scopes

jasper-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: >-
  https://api.jasper.ai/.well-known/openid-configuration ;
  https://api.jasper.ai/.well-known/oauth-authorization-server
docs: https://developers.jasper.ai/docs/authentication
schemes:
- name: OAuth2
  source: https://api.jasper.ai/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.jasper.ai/oauth2/authorize
    tokenUrl: https://api.jasper.ai/oauth2/token
scopes:
- scope: mcp
  description: Access the Jasper hosted MCP server tools (brand voices, audiences, agents, content generation).
  flows: [authorizationCode]
- scope: user
  description: Act on behalf of the authenticated Jasper user (default user scope for API/agent access).
  flows: [authorizationCode]
- scope: user:read
  description: Read the authenticated user's Jasper profile and workspace membership.
  flows: [authorizationCode]
- scope: openid
  description: OpenID Connect authentication — issue an ID token for the user.
  flows: [authorizationCode]
- scope: email
  description: Access the user's email address claim.
  flows: [authorizationCode]
- scope: profile
  description: Access the user's basic profile claims.
  flows: [authorizationCode]