Skip to main content
Transfer app configurations between environments.

Overview

Import and export functionality enables you to:
  • Backup app configurations.
  • Share setups across teams.
  • Migrate between environments.
  • Version control outside the platform.

Export

What’s Exported

App-level export includes: Agent-level export includes:

What’s NOT Exported

  • API keys and secrets
  • Actual data in memory stores
  • Usage analytics
  • Deployment history

Export Process

  1. Navigate to DeployExport/Import.
  2. Select Export tab.
  3. Choose export type:
    • App: Full application export
    • Agents: Selected agents only
  4. Select version (if applicable).
  5. Click Export.
  6. Download the JSON file.

File Naming

Import

Prerequisites

  • Import permissions in your account
  • Valid JSON or zip file (max 5 MB)
  • Target app must exist.

Import Process

  1. Navigate to DeployExport/Import.
  2. Select Import tab.
  3. Upload JSON/Zip file.
  4. Review component summary:
    • App details
    • Agents and tools
    • Knowledge sources
    • Memory stores
    • Variables
  5. Resolve any conflicts (highlighted in red).
  6. Click Import.

Import Order

Components are imported in dependency order:
  • Any existing app configuration is overwritten during the import process.
  • The import file can’t exceed 5MB in size.
  • Partial imports aren’t supported. In case of errors, import fails.

Handling Conflicts

Missing Dependencies

If imported configuration references missing items, errors are shown and import fails. Options:
  • Verify the file.
  • Retry after appropriate changes in the file.

Model Availability

If AI models don’t exist in target, warnings are shown. Options:
  • Configure the required models
  • Select alternative models after import.

Environment Variables

Variables are exported but values may need updating:
After import:
  1. Navigate to SettingsEnvironment.
  2. Update secret values.
  3. Verify non-secret values are correct.

Best Practices

Before Export

  • Test the app thoroughly.
  • Document the configuration.
  • Note any external dependencies.
  • Verify all tools are deployed.

Before Import

  • Backup existing configuration.
  • Check model availability.
  • Prepare environment variables.
  • Review import summary carefully.

Version Control

Store exports in version control:

Migration Checklist

Troubleshooting

Import Fails

“Invalid JSON format”.
  • Validate JSON syntax.
  • Check file wasn’t corrupted.
“File too large”
  • Maximum size is 5 MB.
  • Split into separate exports.
“Missing required field”
  • Ensure export is from compatible version.
  • Check for manual edits that removed fields.

Configuration Issues After Import

Tools not working
  • Redeploy workflow tools.
  • Check API connections.
  • Verify environment variables.
Agents not responding correctly
  • Review instruction import.
  • Check knowledge connections.
  • Verify model configuration.