> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Checkpoint

Create a checkpoint of the sandbox state. Maximum 10 checkpoints per sandbox.

<ParamField path="id" type="string" required>
  Sandbox ID
</ParamField>

<ParamField body="name" type="string" required>
  Checkpoint name (unique per sandbox)
</ParamField>

<ResponseExample>
  ```json 201 theme={null}
  {
    "id": "cp-abc123",
    "sandboxID": "sb-abc123",
    "name": "before-migration",
    "status": "processing",
    "sizeBytes": 0,
    "createdAt": "2025-01-15T10:30:00Z"
  }
  ```
</ResponseExample>
