Skip to main content
POST
Duplicate Agent

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agent_id
string<uuid>
required

The ID of the agent to duplicate

Body

application/json
include_connections
boolean

Copy connected accounts (Connections) and their selected tools. Defaults to true.

include_queue
boolean

Copy the assigned Queue. Defaults to true.

include_skills_files
boolean

Copy attached Skills and Files. Defaults to true.

include_logins_secrets
boolean

Copy saved Logins and Secrets. Defaults to true.

include_plugins
boolean

Copy installed plugins. Defaults to true.

include_aop
boolean

Copy the agent's operating procedure (AOP) and its handover targets. Defaults to true.

include_memory
boolean

Copy what the agent has learned so far (its Memory). Defaults to false. Memory can only be copied from the Duvo app — requesting it here returns an error.

Response

Default Response

agent_id
string<uuid>
required

The ID of the newly created duplicate agent