Cequence Security · OAuth Scopes

Cequence Security OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://mcp.aigateway.cequence.ai/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.

AI ProtectionAPI DiscoveryAPI SecurityApplication SecurityAttack SurfaceBot ManagementBusiness Logic AbuseCNAPPCybersecurityFraudUnified API Protection
Scopes: 5 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://mcp.aigateway.cequence.ai/authorize
Token URL
https://mcp.aigateway.cequence.ai/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
openid OpenID Connect — issue an ID token identifying the caller. authorizationCode
profile Basic profile claims for the authenticated AI Gateway user. authorizationCode
email The authenticated user's email address, used as the audit identity on every tool call. authorizationCode
descope.claims Standard claims from the Descope identity provider that backs AI Gateway login. authorizationCode
descope.custom_claims Tenant-defined custom claims from Descope, the vehicle for role and team assertions. authorizationCode

Source

OAuth Scopes

cequence-scopes.yml Raw ↑
generated: '2026-09-05'
method: probed
source: https://mcp.aigateway.cequence.ai/.well-known/oauth-authorization-server
docs: https://docs.aigateway.cequence.ai/docs/remote-mcp-servers/cequence-ai-gateway
note: >-
  Read from the live RFC 8414 authorization-server metadata and the RFC 9728 protected-resource
  metadata served by the first-party Cequence AI Gateway MCP endpoint. Cequence publishes no
  standalone scopes reference page. The scope set is the identity-provider scope set (Descope,
  fronted by Cequence) — it carries WHO the caller is, not WHAT they may do. Actual permission
  is resolved server-side from the caller's AI Gateway role and Team membership, which is why
  the docs state that a read-only role receives an authorization error on write tools rather
  than being refused a scope at the token endpoint. Do not read this list as a permission model.
schemes:
- name: Cequence AI Gateway MCP OAuth
  source: well-known/cequence-oauth-authorization-server.json
  issuer: https://mcp.aigateway.cequence.ai
  flows:
  - flow: authorizationCode
    authorizationUrl: https://mcp.aigateway.cequence.ai/authorize
    tokenUrl: https://mcp.aigateway.cequence.ai/token
    pkce: S256
  grant_types_supported: [authorization_code, refresh_token]
scopes:
- scope: openid
  description: OpenID Connect — issue an ID token identifying the caller.
  flows: [authorizationCode]
  sources: [well-known/cequence-oauth-authorization-server.json]
- scope: profile
  description: Basic profile claims for the authenticated AI Gateway user.
  flows: [authorizationCode]
  sources: [well-known/cequence-oauth-authorization-server.json]
- scope: email
  description: The authenticated user's email address, used as the audit identity on every tool call.
  flows: [authorizationCode]
  sources: [well-known/cequence-oauth-authorization-server.json]
- scope: descope.claims
  description: Standard claims from the Descope identity provider that backs AI Gateway login.
  flows: [authorizationCode]
  sources: [well-known/cequence-oauth-authorization-server.json]
- scope: descope.custom_claims
  description: Tenant-defined custom claims from Descope, the vehicle for role and team assertions.
  flows: [authorizationCode]
  sources: [well-known/cequence-oauth-authorization-server.json]
authorization_model:
  enforced_by: server-side role and team check, not scope
  roles_named_in_docs: [PlatformOperator, TenantUser, read-only]
  evidence: https://docs.aigateway.cequence.ai/docs/remote-mcp-servers/cequence-ai-gateway

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/cequence-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.