Agentio · OAuth Scopes

Agentio OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.agentio.com/o/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.

CompanyAdtechAdvertisingCreator EconomyInfluencer MarketingMarketingArtificial IntelligenceYouTubeMCPModel Context ProtocolAgentsAnalytics
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.agentio.com/connector/consent
Token URL
https://api.agentio.com/o/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
brand-connector:read Read-only access to a single brand's Agentio data through the hosted MCP connector — campaigns, creator deals and deliverables, YouTube ad performance, and conversion reporting. Cannot write, cannot act on the user's behalf, and cannot reach another brand's data. authorizationCode

Source

OAuth Scopes

agentio-scopes.yml Raw ↑
generated: '2026-08-12'
method: searched
source: https://mcp.agentio.com/.well-known/oauth-protected-resource/mcp
docs: https://www.agentio.com/connector
note: >-
  Agentio publishes no scope reference page. The single scope below is the only scope advertised
  by either discovery document — both the RFC 9728 protected-resource metadata and the RFC 8414
  authorization-server metadata list scopes_supported = ["brand-connector:read"]. The connector
  documentation corroborates it: "Every connection is read-only and scoped to one brand."
schemes:
- name: AgentioBrandConnectorOAuth
  source: well-known/agentio-oauth-authorization-server.json
  issuer: https://api.agentio.com/o
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.agentio.com/connector/consent
    tokenUrl: https://api.agentio.com/o/token
scopes:
- scope: brand-connector:read
  description: >-
    Read-only access to a single brand's Agentio data through the hosted MCP connector —
    campaigns, creator deals and deliverables, YouTube ad performance, and conversion
    reporting. Cannot write, cannot act on the user's behalf, and cannot reach another
    brand's data.
  flows:
  - authorizationCode
  sources:
  - well-known/agentio-oauth-protected-resource.json
  - well-known/agentio-oauth-authorization-server.json
scope_count: 1
x-evidence:
  fetched: '2026-08-12'
  probes:
  - url: https://mcp.agentio.com/.well-known/oauth-protected-resource/mcp
    http_status: 200
  - url: https://api.agentio.com/.well-known/oauth-authorization-server/o
    http_status: 200