Available Connection types
duvo integrations is the catalog of services your team has enabled in Duvo. Use it to find Connection-type IDs that you can pass to other commands.
id, name, type, provider, and auth_method (none, OAuth, API key, custom headers, etc.).
Custom integrations
If your team uses a custom MCP server, register it as a custom integration so Connections can be created against it:--auth-method is required and must be one of url (no auth), apikey, headers, or oauth. For oauth, pair it with --oauth-client-id and --oauth-client-secret if your server isn’t DCR-capable.
Listing your Connections
duvo connections shows the Connections you’ve personally authorized.
duvo connections get or to pin a Connection to a Revision (see Advanced commands).
Inspecting a single Connection
Common workflows
Find the Connection ID for a specific account
When you have multiple Gmail Connections (different mailboxes, for example) and need to reference a specific one in a Revision:Pin a Connection to an Assignment Revision
Once you have the Connection ID, pin it so the Assignment always uses that account:Authorizing a Connection from the CLI
OAuth-based Connections require a browser consent step, soduvo oauth starts the flow and hands you the authorization URL to open. Once you approve in the browser, the Connection is created on your account.
These commands kick off interactive OAuth flows. For the full setup experience
— including which providers your team has enabled — the Connections
page in the dashboard remains the simplest
path.