AutoGPT · OAuth Scopes

AutoGPT OAuth Scopes

OAuth 2.0 searched

AutoGPT uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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.

AI AgentsAI AutomationAgent PlatformWorkflow-AutomationMCPOpen-SourceNo-CodeLLM OrchestrationAgent Marketplace
Scopes: 0 Flows: Method: searched

Scopes (0)

AutoGPT implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-29'
method: searched
source: https://agpt.co/docs/platform/api-and-integrations/api-guide.md
docs: https://agpt.co/docs/platform/api-and-integrations/api-guide.md
oauth_guide: https://agpt.co/docs/platform/api-and-integrations/oauth-guide.md
description: >-
  The ten OAuth 2.0 scopes AutoGPT Platform publishes for third-party
  applications. NOTE ON PROVENANCE: these are read from the AutoGPT docs, NOT
  from the OpenAPI. The authorization server at
  https://backend.agpt.co/api/oauth/* declares no oauth2 securityScheme and no
  scopes[] in either published spec — every protected operation is documented as
  plain HTTP bearer — so derive-oauth-scopes.py found nothing and this file is
  entirely docs-sourced. That gap is the finding: an agent reading the contract
  cannot discover the permission model.
authorization_endpoint: https://platform.agpt.co/auth/authorize
token_endpoint: https://backend.agpt.co/api/oauth/token
introspection_endpoint: https://backend.agpt.co/api/oauth/introspect
revocation_endpoint: https://backend.agpt.co/api/oauth/revoke
flow: authorization_code
pkce:
  required: true
  method: S256
scope_delimiter: space
token_prefix: agpt_xt_
registration: >-
  No self-service OAuth app registration. The docs say to "contact the platform
  administrator" to obtain a client_id, client_secret and registered redirect
  URIs. There is a /api/oauth/apps/mine surface in the platform API, but app
  creation is not documented as public.
scopes:
  - name: IDENTITY
    description: Read user ID, e-mail, and timezone.
    use: "Sign in with AutoGPT / SSO."
  - name: EXECUTE_GRAPH
    description: Run agents.
  - name: READ_GRAPH
    description: Read agent run results.
  - name: EXECUTE_BLOCK
    description: Run individual blocks.
  - name: READ_BLOCK
    description: Read block definitions.
  - name: READ_STORE
    description: Access the agent store.
  - name: USE_TOOLS
    description: Use platform tools.
  - name: MANAGE_INTEGRATIONS
    description: Create and update user integrations.
  - name: READ_INTEGRATIONS
    description: Read user integration status.
  - name: DELETE_INTEGRATIONS
    description: Remove user integrations.
scope_count: 10
gaps:
  - >-
    No securitySchemes.oauth2 block in either OpenAPI, so no per-operation scope
    requirement is machine-readable. A client cannot compute which scopes an
    operation needs.
  - >-
    No RFC 8414 metadata document at
    https://backend.agpt.co/.well-known/oauth-authorization-server (404 probed
    2026-08-29).
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/autogpt-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.