Rad. · OAuth Scopes

Rad. OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.rad.live/oauth/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.

CompanyVideoStreamingCreator EconomyArtificial IntelligenceMediaMonetizationGraphQLMCP
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.rad.live/oauth/authorize
Token URL
https://api.rad.live/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp:tools Access to the Rad TV MCP tool surface (34 tools) for delegated agent access authorizationCode

Source

OAuth Scopes

rad-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://api.rad.live/.well-known/oauth-authorization-server
docs: https://developers.rad.live/docs/getting-started/authentication
schemes:
- name: OAuth2
  source: https://api.rad.live/.well-known/oauth-authorization-server
  pkce: S256
  grant_types: [authorization_code, refresh_token]
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.rad.live/oauth/authorize
    tokenUrl: https://api.rad.live/oauth/token
scopes:
- scope: mcp:tools
  description: Access to the Rad TV MCP tool surface (34 tools) for delegated agent access
  flows: [authorizationCode]
  sources: [well-known/rad-oauth-authorization-server.json]
notes:
- >-
  OAuth 2.1 delegated access is scoped for MCP clients. Direct API-key (Bearer)
  access is unscoped and inherits the account's subscription-based permissions;
  the GraphQL API itself does not advertise per-operation OAuth scopes.