Skip to main content
Every time you save a graph agent, the platform creates a version snapshot. The Version history sheet shows all past versions and lets you restore any of them.

Opening version history

Click Version history in the toolbar. A sheet slides in from the right side of the canvas, listing all saved versions in reverse chronological order.
Version history sheet open alongside the graph canvas

Version list

Each version row shows:
  • Version name — auto-generated name or a custom label if one was set.
  • Saved at — the date and time the version was created.
  • Statuscurrent for the active version.
  • Tags — any tags applied to the version (optional).

Restoring a version

  1. Find the version you want to restore in the list.
  2. Click Restore on that row.
  3. The editor reloads with the restored version’s graph.
Restoring a version replaces the current graph with the restored version’s graph. Your current unsaved changes are discarded. Save first if you want to preserve them.
Restoring a version creates a new save rather than overwriting history. The restored version appears as the new most-recent entry. The full version history is preserved.

Versioning vs export

Version historyExport
AutomaticYes — every save creates a versionNo — manual
Stored on serverYesNo (local file)
ShareableNoYes
RollbackClick RestoreImport the file
History depthAll savesOne file per export
Use version history for routine rollbacks. Use export when you need a portable copy to share or archive.