AI Agent
Duplicate an agent
Create an independent copy of an existing agent, including its settings, skills, fallbacks, pronunciation aliases and knowledge base linkages. The copy is named "{Original Name} - Copy", is created without any number / number-template assignments, and is deployed to ElevenLabs as a brand-new agent.
post/companies/{company}/agents/{agent}/duplicate
Path parameters
companyinteger required
agentinteger required
Agent ID to duplicate
Response
The duplicated agent
Example response
{
"fallbacks": [
{
"destination": {
"value": "nt:12"
}
}
],
"schedule": {
"preset": "custom",
"timezone": "America/Chicago",
"timezone_source": "explicit"
}
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.