curl --request POST \
--url https://api.getoutbox.ai/agent/duplicate/{agent_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"company_id": "<string>"
}
'"<string>"Duplicate an existing agent to a specified company (can be the same or different company)
curl --request POST \
--url https://api.getoutbox.ai/agent/duplicate/{agent_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"company_id": "<string>"
}
'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Company API Key
The ID of the agent to duplicate
Duplication details
Agent duplicated successfully
The ID of the newly duplicated agent