Import & Export
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:| Component | Included |
|---|---|
| App metadata | Name, description, settings |
| Orchestration | Pattern, configuration |
| Agents | All agent definitions |
| Tools | Workflow, code, MCP tools |
| Knowledge | Search AI connections |
| Events | Event configurations |
| Memory stores | Schema definitions |
| Variables | Environment and content variables |
| MCP servers | Server configurations |
| Component | Included |
|---|---|
| Agent metadata | Name, description, instructions |
| Tools | Associated tools |
| Delegation rules | Handoff configuration |
What’s NOT Exported
- API keys and secrets
- Actual data in memory stores
- Usage analytics
- Deployment history
Export Process
- Navigate to Deploy → Export/Import
- Select Export tab
- Choose export type:
- App: Full application export
- Agents: Selected agents only
- Select version (if applicable)
- Click Export
- Download the JSON file
File Naming
Import
Prerequisites
- Import permissions in your account
- Valid JSON file (max 5 MB)
- Target app must exist (for agent imports)
Import Process
- Navigate to Deploy → Export/Import
- Select Import tab
- Upload JSON file
- Review component summary:
- App details
- Agents and tools
- Knowledge sources
- Memory stores
- Variables
- Resolve any conflicts (highlighted in red)
- Click Import
Import Order
Components are imported in dependency order:Handling Conflicts
Missing Dependencies
If imported configuration references missing items:Model Availability
If AI models don’t exist in target:Name Conflicts
If names already exist:Workflow Tool Import
Workflow tools require special handling:- Export workflow tools separately if needed
- Import workflow tools first
- Link to agents manually after import
Environment Variables
Variables are exported but values may need updating:- Navigate to Settings → Environment
- Update secret values
- 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
- Maximum size is 5 MB
- Split into separate exports
- 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
- Review instruction import
- Check knowledge connections
- Verify model configuration