Create Snapshot
Sandbox API
Create Snapshot
Create a snapshot of the current sandbox state for later restoration.
POST
Create Snapshot
Takes a point-in-time snapshot of the sandbox VM. Snapshots capture the full
memory and filesystem state, allowing you to restore a sandbox to a known-good
checkpoint. Returns a
Snapshot object with the new snapshot ID.
Use snapshots to checkpoint long-running agent workflows, save expensive setup
steps, or create reusable starting points.
Path Parameters
string
required
The sandbox identifier. Format:
sbx-<8 chars>.Response
string
Unique snapshot identifier. Format:
snap-<8 chars>.string
The sandbox this snapshot was taken from.
string
UTC timestamp when the snapshot was created.
Example
Response