Migrate Agentic Applications or Workflows from One Instance to Another

You can migrate an individual application or a workflow 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.

Migrate an Agentic Application

To migrate an agentic application:
  1. From the source environment, go to AI Agent Studio and open the Applications Applications tab.
  2. Locate the application you want to export and select Export Export. A JSON file is downloaded to your local system. You can edit it to enter the export details.
  3. From the target environment, go to AI Agent Studio and open the Applications tab.
  4. Select Import and upload the previously downloaded JSON file. Your application is imported successfully.
  5. Publish the application.

Migrate a Workflow

To migrate a workflow:
  1. From the source environment, go to AI Agent Studio and open the Workflows Workflows tab.
  2. Locate the workflow you want to export and select Export Export. A ZIP file is downloaded to your local system. You can extract it locally and edit it to enter the export details.
  3. From the target environment, go to AI Agent Studio and open the Workflows Workflows tab.
  4. Select Import and upload the previously downloaded ZIP file. Your workflow is imported successfully.
  5. Publish the workflow.
The imported application or workflow will be available for use in the new environment only after you publish it in that environment. Also, if any of your 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.