Skip to main content
The Duvo Developer Platform API lets you drive Duvo from your own code, scripts, and pipelines. Use it to automate core team workflows and integrate Duvo with the systems your team already runs on. With the API, you can:
  • Start Runs
  • Manage Agents
  • Review Cases
  • Move Files in and out of Duvo
  • Manage Connections

Authentication

The API authenticates requests with an API key.
  1. Generate a key in the Duvo dashboard at Your Profile → API keys. Choose whether the key is scoped to a single team or works across all teams you can access. Users with the Manager role or above can also create keys for a specific team at Team Settings → API keys.
  2. Send the key as a bearer token on every request:
API keys are scoped to a single team or to all teams the owner can access, and inherit the permissions of the user who generated them.

Base URL and versioning

The current version of the API is v2. All endpoints are served under:
The paths in the tables below are shown relative to that prefix. Team-scoped endpoints include your team ID in the path (/teams/{teamId}/...); list the teams your key can act on with GET /teams. Endpoints exposed as MCP tools are listed in Available MCP Tools.
v1 is deprecated and will be sunset on 15 June 2026 — new integrations should target /v2.

Endpoints

Agents

Setups

Runs

Files

Cases and Queues

Case Labels

Case Triggers

Connections

Skills

Secrets and Logins

Schedules

Memory

Sandboxes

Setup Configuration

These endpoints attach Connections, Logins, and Secrets to a specific Setup (revision).

Plugins

Team

Process Intelligence