Learn how to deploy, version, and manage AI Builder applications across environments
Configure Git Repository
git@github.com:YourUser/your-repository.git
format for SSH URLs.Push to Repository
Pull from Repository
Exclude Files from Import
Built-in Deployment
CI/CD Integration
API-Based Deployment
GET /workspaces/{id}/export
- Export workspacePOST /workspaces/{id}/import
- Import workspacePOST /workspaces/{id}/push
- Push to repositoryPOST /workspaces/{id}/pull
- Pull from repositoryWorkspace components that are saved and deployed:
Data that remains specific to each environment:
Use Workspace Secrets
Conditional Logic
workspaces.imported
event with details:
Maintain complete history of your application:
Validate thoroughly before moving to production:
Implement safeguards around deployment:
Maintain clear boundaries between environments:
Import/Pull Failures
Post-Deployment Issues
Rollback Procedures