Fellow · OAuth Scopes

Fellow OAuth Scopes

OAuth 2.0 searched

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

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

CompanySaasMeetingsAIMeeting NotesTranscriptionProductivityAction ItemsWebhooksMCP
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (5)

ScopeDescriptionFlows
read_calendar Read the user's calendar events. authorizationCode
read_meeting_content Read meeting content — AI notes, summaries, and transcripts. authorizationCode
read_action_items Read action items the user can access. authorizationCode
read_channels Read channels the user belongs to. authorizationCode
write_meeting_agenda Write/update meeting agenda content. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: https://fellow.app/.well-known/oauth-authorization-server
docs: https://developers.fellow.ai/reference/mcp-server
context: >-
  Fellow's OAuth scopes apply to the hosted MCP server (https://fellow.app/mcp), not
  the REST Developer API (which uses X-API-KEY). Scopes are advertised in the RFC
  8414 OAuth 2.0 Authorization Server Metadata document.
schemes:
- name: MCPOAuth
  source: well-known/fellow-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://fellow.app/mcp/authorize
    tokenUrl: https://fellow.app/mcp/token
    pkce: S256
scopes:
- scope: read_calendar
  description: Read the user's calendar events.
  flows: [authorizationCode]
- scope: read_meeting_content
  description: Read meeting content — AI notes, summaries, and transcripts.
  flows: [authorizationCode]
- scope: read_action_items
  description: Read action items the user can access.
  flows: [authorizationCode]
- scope: read_channels
  description: Read channels the user belongs to.
  flows: [authorizationCode]
- scope: write_meeting_agenda
  description: Write/update meeting agenda content.
  flows: [authorizationCode]