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.

CompanyAi MlProcess IntelligenceAutomationAgentsMCPEnterprise OperationsSAP MigrationWorkflow
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.
mcp:call Invoke the hosted Duvo MCP surface for approved workspaces.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.duvo.ai/auth.md
docs: https://www.duvo.ai/auth.md
note: >-
  The published OpenAPI declares only an `http bearer` (API-key) scheme, but
  Duvo documents enterprise OAuth 2.0 client-credentials with a scoped access
  model in auth.md and the agent-discovery card
  (well-known/duvoai-agent.json). Scopes below are captured verbatim from those
  sources. Standard OIDC scopes (openid, profile, email, offline_access, ...)
  are additionally advertised at login.duvo.ai/.well-known/oauth-authorization-server.
authorization_server: https://login.duvo.ai/
token_endpoint: https://login.duvo.ai/oauth/token
flows:
- flow: clientCredentials
  tokenUrl: https://login.duvo.ai/oauth/token
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.
- scope: mcp:call
  description: Invoke the hosted Duvo MCP surface for approved workspaces.