Agnost AI · OAuth Scopes

Agnost AI OAuth Scopes

OAuth 2.0 searched

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

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

CompanyAI AgentsAgent AnalyticsObservabilityOpenTelemetryModel Context ProtocolConversational AIMonitoringDeveloper ToolsAnalytics
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (1)

ScopeDescriptionFlows
agnost Grants an OAuth-authenticated MCP client read access to the signed-in user's Agnost dashboard data (errors, intents, conversations, SOPs, sentiments) for the organization they are logged into. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://mcp.agnost.ai/.well-known/oauth-authorization-server
docs: https://docs.agnost.ai/agnost-mcp-server
# The Agnost REST API itself uses header apiKey auth (x-org-id / x-api-key) and
# JWT bearer, not OAuth2 — so there are no REST OAuth scopes. The only OAuth
# surface is the hosted MCP server (OAuth 2.1, dynamic client registration),
# which advertises a single scope.
schemes:
- name: MCP OAuth 2.1
  source: https://mcp.agnost.ai/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://mcp.agnost.ai/authorize
    tokenUrl: https://mcp.agnost.ai/token
    registrationUrl: https://mcp.agnost.ai/register
    pkce: S256
scopes:
- scope: agnost
  description: >-
    Grants an OAuth-authenticated MCP client read access to the signed-in user's
    Agnost dashboard data (errors, intents, conversations, SOPs, sentiments) for
    the organization they are logged into.
  flows: [authorizationCode]
  sources: [https://mcp.agnost.ai/.well-known/oauth-authorization-server]