Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions concepts/scopes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ It is a `403`, not a `401`: the credential authenticated correctly and presentin
help. Read the `scope` parameter to see what to ask for, then create a key that carries it or
reconnect the app and allow that area.

## Keys and apps that predate scopes

Keys created before scopes hold everything a key may hold and keep working unchanged.

Apps connected before scopes asked for `media:full`, which covers jobs, assets and reading billing.
That does not include key management, so those connections cannot create or revoke API keys.
Reconnecting the app grants it the current set.

## See also

- [MCP server](/mcp-server): connecting an app over OAuth
Expand Down
Loading