RapidCanvas · OAuth Scopes

RapidCanvas OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://app.rapidcanvas.ai/oauth/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.

CompanyArtificial IntelligenceMachine LearningAgentic AIData ScienceMLOpsEnterprise AIAI GovernanceLow CodeDeveloper Tools
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.rapidcanvas.ai/oauth/authorize
Token URL
https://app.rapidcanvas.ai/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
mcp Access the RapidCanvas MCP gateway and invoke FastAPI-derived MCP tools. authorizationCode
openid OpenID Connect authentication (issue an ID token). authorizationCode
profile Access the signed-in user's basic profile. authorizationCode
email Access the signed-in user's email address. authorizationCode

Source

OAuth Scopes

rapidcanvas-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://app.rapidcanvas.ai/.well-known/oauth-authorization-server
docs: https://app.rapidcanvas.ai/.well-known/oauth-authorization-server
schemes:
  - name: OAuth2
    source: well-known/rapidcanvas-oauth-authorization-server.json
    flows:
      - flow: authorizationCode
        authorizationUrl: https://app.rapidcanvas.ai/oauth/authorize
        tokenUrl: https://app.rapidcanvas.ai/oauth/token
        pkce: S256
scopes:
  - scope: mcp
    description: Access the RapidCanvas MCP gateway and invoke FastAPI-derived MCP tools.
    flows: [authorizationCode]
  - scope: openid
    description: OpenID Connect authentication (issue an ID token).
    flows: [authorizationCode]
  - scope: profile
    description: Access the signed-in user's basic profile.
    flows: [authorizationCode]
  - scope: email
    description: Access the signed-in user's email address.
    flows: [authorizationCode]
notes: >-
  Scopes are advertised in the RFC 8414 OAuth 2.0 Authorization Server Metadata
  at app.rapidcanvas.ai. The `mcp` scope fronts the MCP gateway introduced in the
  July 14, 2026 release (FastAPI endpoints exposed as MCP tools).