Replicate an agent (formerly known as project) by copying the agent info, settings, sitemap sources and uploaded files. This endpoint enables you to initiate the replication of an agent by supplying the necessary ID. The system will process the replicated data and generate a new agent based on the information of existing agent.
Purpose
Replicate an agent (formerly known as project) by copying the agent info, settings, sitemap sources and uploaded files. This endpoint enables you to initiate the replication of an agent by supplying the necessary ID. The system will process the replicated data and generate a new agent based on the information of existing agent.
At a high level, this is the canonical way to work with agents (your deployed CustomGPT assistants) via the CustomGPT API.
When to use
- When you need to replicate agent by given id as part of your backend or automation workflows.
- Whenever your admin tooling needs to show, rename, or delete a single agent selected by the user.
- When you want to spin up a new agent with the same configuration, content sources and files as an existing one, for example per‑tenant copies of a base agent.
