Duplicate an agent
Duplicating an agent lets you quickly create a new one based on an existing agent. This is helpful when you want to reuse an agent’s structure but modify its logic, inputs, or outputs for a different use case.
For example, you can duplicate the Bulk Content Generator agent and adjust its components to create a Bulk Social Media Post Generator or a similar variation.
Make sure you have a Builder license. This license is required to duplicate agents in Agentic studio.
To duplicate an agent:
-
In the navigation menu, click Agentic. Then, in the left sidebar, select Agents.
-
On the Agents page, find the agent you want to duplicate.
-
Click the actions menu
> Duplicate. -
In the Duplicate agent dialog, enter a new name for your agent, then click Duplicate.
The duplicated agent opens on a new page displaying its details.
-
To customize the duplicated agent, go back to the Agents page, find the agent, and click the actions menu
> Edit.The agent editor opens with the following tabs: Overview, Instructions, Schemas, HTML Templates, Workflow.
-
Review and configure each tab as needed to adjust how the agent works:
-
Overview - update the agent's basic information, how it works, and inputs required to run it.
-
Instructions - edit or add categories that shape how content is generated. For example, you can specify target audiences, channels, languages, and formats.
-
Schemas - define structured JSON output formats. For example, you can add schemas for blog posts, email content, or social media posts.
-
HTML Templates - define how generated content is formatted and displayed in previews. Templates typically correspond to the defined schemas.
-
Workflow - edit the agent’s execution workflow, including all processing steps. You can:
-
Add actions - click an action from the Action Palette to add it to the canvas.
-
Connect actions - link newly added actions to create the desired task flow for the agent.
-
Delete actions or connectors - select an action or connector, click it and press Backspace.
-
Edit an action - click Configure action
and update an action in the right-hand pane.
-
-
-
Click Update Workflow.
The agent is saved and added to the Agents page, where you can run it or continue refining its configuration.