Brevian · OAuth Scopes

Brevian OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://app.brevian.ai/mcp/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 IntelligenceSalesRevenue ExecutionAI AgentsCRMModel Context ProtocolEnterprise
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.brevian.ai/mcp/authorize
Token URL
https://app.brevian.ai/mcp/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
brevian:read Read access to Brevian revenue-execution context (knowledge, deals, conversations, pipeline) exposed through the hosted MCP server. authorizationCode

Source

OAuth Scopes

brevian-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://app.brevian.ai/.well-known/oauth-authorization-server
schemes:
- name: BrevianMCPOAuth
  source: well-known/brevian-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.brevian.ai/mcp/authorize
    tokenUrl: https://app.brevian.ai/mcp/token
scopes:
- scope: brevian:read
  description: >-
    Read access to Brevian revenue-execution context (knowledge, deals,
    conversations, pipeline) exposed through the hosted MCP server.
  flows: [authorizationCode]
  sources: [well-known/brevian-oauth-authorization-server.json]
notes: >-
  brevian:read is the only scope advertised in scopes_supported of the OAuth
  Authorization Server metadata. No broader write/admin scopes are published.