Brevian · Authentication Profile

Brevian Authentication

Authentication

Brevian secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyArtificial IntelligenceSalesRevenue ExecutionAI AgentsCRMModel Context ProtocolEnterprise
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

BrevianMCPOAuth oauth2
· flows: authorizationCode

Source

Authentication Profile

brevian-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://app.brevian.ai/.well-known/openid-configuration
summary:
  types: [oauth2]
  oauth2_flows: [authorizationCode]
  pkce: true
  dynamic_client_registration: true
schemes:
- name: BrevianMCPOAuth
  type: oauth2
  description: >-
    OAuth 2.1 authorization-code flow (with PKCE S256) protecting the Brevian
    hosted MCP server at https://app.brevian.ai/mcp. Supports RFC 7591 dynamic
    client registration and RFC 7009 token revocation.
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.brevian.ai/mcp/authorize
    tokenUrl: https://app.brevian.ai/mcp/token
    registrationUrl: https://app.brevian.ai/mcp/register
    revocationUrl: https://app.brevian.ai/mcp/revoke
    codeChallengeMethods: [S256]
    tokenEndpointAuthMethods: [client_secret_post, client_secret_basic]
    scopes:
      brevian:read: Read access to Brevian revenue-execution context
  sources: [well-known/brevian-oauth-authorization-server.json]
notes: >-
  Brevian exposes no public documented REST API; the machine surface is the
  hosted MCP server, whose auth model is captured here from the published
  OAuth/OIDC discovery documents. The web app sign-in lives at
  https://app.brevian.ai/.