Duvo Ai · OAuth Scopes

Duvo Ai OAuth Scopes

OAuth 2.0 searched

Duvo Ai publishes 8 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Duvo Ai API on a user’s behalf.

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.

CompanyEnterprise; AiProcess IntelligenceAutomationAgentsSAP MigrationOperationsERPTransformationApprovalsAuditMCP
Scopes: 8 Flows: Method: searched

Scopes (8)

ScopeDescriptionFlows
runs:read Inspect run status, messages, tool calls, and audit events.
runs:write Start, pause, resume, or replay runs.
queues:write Create and update queue cases.
approvals:write Respond to human approval requests.
files:read Read files attached to authorized runs or cases.
sandboxes:write Request governed browser, file, or desktop execution.
webhooks:manage Manage webhook subscriptions for a workspace.
mcp:call Call governed Duvo tools over the hosted MCP surface.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.duvo.ai/auth.md
docs: https://www.duvo.ai/auth.md
notes: >-
  The public OpenAPI declares only an http bearer scheme, so scopes are not
  spec-derivable. Duvo documents OAuth client-credential scopes in its auth
  guide (https://www.duvo.ai/auth.md) and advertises them in its agent
  discovery manifest (well-known/duvo-ai-agent.json). Scopes apply to enterprise
  workspaces where Duvo has enabled OAuth for the tenant.
schemes:
- name: oauth2ClientCredentials
  flow: clientCredentials
  token_url: https://login.duvo.ai/oauth/token
  authorization_server_metadata: https://login.duvo.ai/.well-known/oauth-authorization-server
  protected_resource_metadata: https://api.duvo.ai/.well-known/oauth-protected-resource
scopes:
- scope: runs:read
  description: Inspect run status, messages, tool calls, and audit events.
- scope: runs:write
  description: Start, pause, resume, or replay runs.
- scope: queues:write
  description: Create and update queue cases.
- scope: approvals:write
  description: Respond to human approval requests.
- scope: files:read
  description: Read files attached to authorized runs or cases.
- scope: sandboxes:write
  description: Request governed browser, file, or desktop execution.
- scope: webhooks:manage
  description: Manage webhook subscriptions for a workspace.
- scope: mcp:call
  description: Call governed Duvo tools over the hosted MCP surface.