FruxonDocs

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

  1. In Agent Studio, click Revisions
  2. See all saved versions with timestamps
  3. Compare any two versions to see changes

Comparing Versions

Select two revisions to see:

  • Added/removed nodes
  • Changed parameters
  • Modified prompts
  • Updated connections

Deploying

  1. Select the version to deploy
  2. Click Deploy
  3. Review the changes from current production
  4. Confirm deployment

Rolling Back

If something goes wrong:

  1. Go to Revision History
  2. Find the last working version
  3. Click Deploy on that version
  4. Confirm

Next Steps

On this page