Migrate a Supervisor Agent from One Instance to Another
You can migrate an individual supervisor agent from one environment to another using the import and export options available in AI Agent Studio. For example, you can export from the test or staging environment and import into the production environment.
To migrate a supervisor agent:
- From the source environment, go to AI Agent Studio and
open the Marketplace
tab. - Go to the Supervisor Agent tab and locate the supervisor agent you want to export.
- Select Export
to enter the export details and then select the
Export button. A JSON file is downloaded to your
local system. You can edit it to enter the export details. - From the target environment, go to AI Agent Studio and
open the Marketplace
tab. - Go to the Supervisor Agent tab and select Import to upload the previously downloaded JSON file.
- Publish the supervisor agent.
The imported supervisor agent will be available for use in the new environment only after
you publish it in that environment. Also, if any of your supervisor agents use the
following tools, make sure you complete the corresponding post-import tasks for each
tool:
- Document tool: Upload and republish the document to ensure its content is correctly processed in the new environment.
- Email tool: Reconfigure the email tool to make sure necessary alerts are generated properly in the new environment.
- External REST tool: Reconfigure authentication settings for external REST API tools.