Create sandbox snapshot
Creates a point-in-time snapshot of a sandbox. Snapshots capture the sandbox state and can be used for forking into new sandboxes or applications. This is a WIP endpoint — the full implementation depends on the execution plane.
Authorizations
OAuth2 authentication with JWT tokens
Path Parameters
Name of the sandbox to snapshot
Body
Request body for creating a snapshot of a sandbox. Captures the current sandbox state.
Optional human-readable name for the snapshot
"before-migration"
Response
Snapshot created successfully
A point-in-time snapshot of a sandbox that can be used for forking into a new sandbox or application.
When the snapshot was created
Unique snapshot identifier
"snap_abc123"
Name of the source sandbox
Status of the snapshot (pending, ready, failed)
"ready"
Workspace of the source sandbox
Who created the snapshot
Optional human-readable name for the snapshot
"before-migration"
