How versioning works
Each saved version is a snapshot of the Blueprint at that point in time. Version history preserves the sequence of changes so collaborators can understand what changed and when. If your workspace uses semantic version labels, the version number communicates the scope of the change:
Your current working version is the version used by the editor and the next save creates a new point in the Blueprint’s history.
Save a new version
- Make and test your changes in the Blueprint editor.
- Open the version controls in the editor.
- Choose the version increment or save option available in your workspace.
- Add a short change note so collaborators can understand what changed.
- Save the version.
Restore or roll back a version
Version rollback is available in Blueprint.- Open the Blueprint’s version history.
- Select the historical version you want to review.
- Inspect the snapshot or compare it with the current version.
- Choose Restore or Roll back.
- Confirm the restoration when prompted.
Fork a Blueprint
Forking creates an independent copy of a Blueprint that you can adapt without changing the original.- Open the Blueprint you want to reuse.
- Choose Fork.
- Give the new Blueprint a clear name and description.
- Review its nodes, variables, connections, permissions, and required inputs.
- Test the fork before sharing or deploying it.
Publish to Public Libraries
When a Blueprint is ready to share, publish it to Public Libraries so other Blueprint users can discover it. Before publishing:- Remove confidential, personal, or regulated information.
- Confirm that connected data sources, tools, and variables are safe for the intended audience.
- Test the Blueprint with representative inputs.
- Add a clear description, categories, and tags.
- Confirm the visibility and organization policy.
Review history responsibly
Use version history as part of your team’s governance process:- Record the purpose of meaningful changes.
- Test a version before restoring or publishing it.
- Review permissions and data handling after a rollback.
- Keep public descriptions and tags aligned with the current Blueprint behavior.
