Creates a copy of an existing agent with a new name. The clone inherits the source agent’s complete configuration (voice, TTS, LLM, features, webhooks, tools) but is always created in a disabled state and without inbound SIP config to avoid phone number routing conflicts.
What is copied:
What is NOT copied:
isEnabled: false regardless of the source agent’s stateResponse: Returns only the new agent ID. Use the Get agent endpoint to retrieve the full configuration.
Source agent identifier to clone
Clone request containing the new agent name
Request to clone an existing agent with a new name. The clone is created with the source agent's configuration but with inbound SIP config excluded to avoid routing conflicts.
Display name for the cloned agent.
1 - 100Agent cloned successfully, returns new agent ID
Result of a successful agent clone operation. Contains only the new agent identifier — fetch the full agent using the Get agent endpoint if the complete configuration is needed.
Unique identifier of the newly created agent clone.