Mutiny HQ · OAuth Scopes

Mutiny HQ OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://mcp.mutinyhq.com/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.

CompanyGTMSales EnablementMarketingWebsite PersonalizationAIAgentsMCPABMContent Generation
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://mcp.mutinyhq.com/oauth/authorize
Token URL
https://mcp.mutinyhq.com/oauth/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
read_asset_groups View assets, templates, and blueprints. authorizationCode
create_asset_groups Build assets and use the creative agent. authorizationCode
publish_asset_groups Deploy/publish assets to production. authorizationCode
read_library_content Browse content library items. authorizationCode
manage_library_content Upload, modify, and remove content library items. authorizationCode

Source

OAuth Scopes

mutiny-hq-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://mcp.mutinyhq.com/.well-known/oauth-authorization-server
docs: https://help.mutinyhq.com/articles/5003451538-connecting-mutiny-to-claude
schemes:
- name: OAuth2
  source: well-known/mutiny-hq-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://mcp.mutinyhq.com/oauth/authorize
    tokenUrl: https://mcp.mutinyhq.com/oauth/token
    pkce: S256
scopes:
- scope: read_asset_groups
  description: View assets, templates, and blueprints.
  flows: [authorizationCode]
  sources: [well-known/mutiny-hq-oauth-authorization-server.json]
- scope: create_asset_groups
  description: Build assets and use the creative agent.
  flows: [authorizationCode]
  sources: [well-known/mutiny-hq-oauth-authorization-server.json]
- scope: publish_asset_groups
  description: Deploy/publish assets to production.
  flows: [authorizationCode]
  sources: [well-known/mutiny-hq-oauth-authorization-server.json]
- scope: read_library_content
  description: Browse content library items.
  flows: [authorizationCode]
  sources: [well-known/mutiny-hq-oauth-authorization-server.json]
- scope: manage_library_content
  description: Upload, modify, and remove content library items.
  flows: [authorizationCode]
  sources: [well-known/mutiny-hq-oauth-authorization-server.json]