Adapter · OAuth Scopes

Adapter OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.adapter.com/v1/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.

CompanyAiCognitionKnowledge GraphMemoryAgentsMCPLLM
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.adapter.com/v1/oauth2/authorize
Token URL
https://api.adapter.com/v1/oauth2/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
mcp:read Read access to the Adapter hosted MCP server (agent/tool access to cognition queries). authorizationCode
offline_access Issue a refresh token so an agent can maintain long-lived access without re-consent. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-17'
method: searched
source: https://api.adapter.com/.well-known/oauth-authorization-server
docs: https://api.adapter.com/.well-known/oauth-authorization-server
schemes:
- name: OAuth2
  source: https://api.adapter.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.adapter.com/v1/oauth2/authorize
    tokenUrl: https://api.adapter.com/v1/oauth2/token
    pkce: S256
    token_endpoint_auth_methods: [none]
    client_id_metadata_document_supported: true
scopes:
- scope: mcp:read
  description: Read access to the Adapter hosted MCP server (agent/tool access to cognition queries).
  flows: [authorizationCode]
  sources: [https://api.adapter.com/.well-known/oauth-authorization-server]
- scope: offline_access
  description: Issue a refresh token so an agent can maintain long-lived access without re-consent.
  flows: [authorizationCode]
  sources: [https://api.adapter.com/.well-known/oauth-authorization-server]