create_checkpoint
Create an immutable checkpoint of a branch's scenes, assets, and settings to capture a recoverable project state at a specific point in time.
Instructions
Create a checkpoint (an immutable snapshot of the current branch's scenes/assets/settings) with a description. Returns the created checkpoint ({ id, createdAt, description }). Does not reload the editor. Snapshotting is asynchronous; for very large projects it may exceed the request timeout, in which case the checkpoint usually still completes — confirm with list_checkpoints. When NOT to use: to roll back to a checkpoint (use restore_checkpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchId | No | Branch to checkpoint (defaults to the current branch) | |
| description | Yes | Description of the checkpoint |