Skip to main content
POST
Duplicate an agent
Creates a new agent from an existing agent’s configuration. The API key must belong to the supplied user, and that user must have access to the source agent. The response identifies the new agent by its agentId and includes its name and owning user ID.

Authorizations

X-Authorization
string
header
required

Body

application/json
uid
string
required

User ID

agentId
string
required

Agent ID to be duplicated

Response

Successful response

uid
string
required

User ID

agentId
string
required

New duplicated Agent ID

name
string
required

New duplicated Agent name

Last modified on August 10, 2026