Export & Import
Export your agent definition to XML and import it into a new agent.
Overview
Agents can be exported as XML and imported back in — handy for backups, sharing configs, or promoting between environments.
Part 1 — Export the Agent
Open your agent card
Go to the Agents (preview) page and open the agent you configured in the earlier stages.
Export the agent definition
From the action bar, choose Export agent definition. BC generates and downloads an XML file with the full agent config — name, instructions, profile, permissions. Save it somewhere you can find it.
Inspect the XML
Open it in a text editor (Notepad is fine) and have a look at the structure — can you spot the instructions you wrote? The profile name? This is the portable representation of your agent.
Part 2 — Import the Agent
Start a new import
Back on the Agents (preview) page, choose the Import agent definition action (you'll find it in the same area as the create button).
Select the XML file
Select the XML file you exported in Part 1 — BC will read it and create a new agent from it.
Verify the imported agent
Open the new agent and check that the instructions, profile and permissions match the original. Run a quick task to confirm it behaves the same way.