Version Control
Manage agent versions and deploy to production
Every change is tracked. Deploy specific versions with confidence.
How Versioning Works
Revisions
Every Save creates a new revision:
- Complete snapshot of the workflow
- Immutable historical record
- Can be restored at any time
Deployed Versions
Deploy a revision to make it production-ready:
- Immutable and stable
- Called via API by version
- Can rollback instantly
Viewing History
- In Agent Studio, click Revisions
- See all saved versions with timestamps
- Compare any two versions to see changes
Comparing Versions
Select two revisions to see:
- Added/removed nodes
- Changed parameters
- Modified prompts
- Updated connections
Deploying
- Select the version to deploy
- Click Deploy
- Review the changes from current production
- Confirm deployment
Rolling Back
If something goes wrong:
- Go to Revision History
- Find the last working version
- Click Deploy on that version
- Confirm
Next Steps
- Testing - Validate before deploying
- Monitoring - Track production executions