Coda Project · OAuth Scopes

Coda Project OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://coda.io/v4/api/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.

CompanyProductivityDocumentsSpreadsheetsCollaborationNo-CodeWorkspaceAIContent ManagementSaaS
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://coda.io/v4/api/oauth2/authorize
Token URL
https://coda.io/v4/api/oauth2/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp:all Full access to Coda resources via the remote MCP server (read and write). authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://coda.io/.well-known/oauth-authorization-server
docs: https://coda.io/developers/apis/v1
notes: >-
  Coda's Docs API and Admin API authenticate with Bearer API tokens (no OAuth scopes on those
  schemes). Coda separately runs an OAuth 2.0 authorization server (RFC 8414 metadata below)
  that powers third-party apps and the official remote MCP server, with PKCE (S256) and
  dynamic client registration. Its advertised scope surface is a single coarse scope. Per-token
  authorization on the Docs API is instead expressed as read/write access restrictions scoped
  to documents or tables (see authentication/coda-project-authentication.yml).
schemes:
- name: OAuth2
  source: well-known/coda-project-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://coda.io/v4/api/oauth2/authorize
    tokenUrl: https://coda.io/v4/api/oauth2/token
    registrationUrl: https://coda.io/v4/api/oauth2/register
    pkce: S256
scopes:
- scope: "mcp:all"
  description: Full access to Coda resources via the remote MCP server (read and write).
  flows: [authorizationCode]
  sources: [well-known/coda-project-oauth-authorization-server.json]