SageOx · OAuth Scopes

SageOx OAuth Scopes

OAuth 2.0 searched

SageOx 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 SageOx API on a user’s behalf.

Tokens are issued from https://sageox.ai/api/auth/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 AgentsDeveloper ToolsKnowledge ManagementAgent MemoryModel Context ProtocolMCPCLITeam CollaborationAgentic Engineering
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect — issue an ID token identifying the user. authorizationCode
profile Access the user's basic profile claims (name). authorizationCode
email Access the user's email and email_verified claims. authorizationCode
offline_access Issue a refresh token for long-lived / offline access. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: well-known/sageox-openid-configuration.json
docs: https://sageox.ai/docs/mcp
schemes:
- name: oauth2
  source: well-known/sageox-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://sageox.ai/api/auth/oauth2/authorize
    tokenUrl: https://sageox.ai/api/auth/oauth2/token
    pkce: S256
scopes:
- scope: openid
  description: OpenID Connect — issue an ID token identifying the user.
  flows: [authorizationCode]
- scope: profile
  description: Access the user's basic profile claims (name).
  flows: [authorizationCode]
- scope: email
  description: Access the user's email and email_verified claims.
  flows: [authorizationCode]
- scope: offline_access
  description: Issue a refresh token for long-lived / offline access.
  flows: [authorizationCode]
notes: >-
  Scopes are the OAuth/OIDC authorization-server scopes advertised in the
  discovery documents. MCP client connections request a scoped grant mapped to
  the user's SageOx account; per-resource access is further constrained by the
  user's team/bubble permissions rather than by additional OAuth scopes.