| List Sandboxes | Read | List sandboxes in the organization with optional name, label, and state filtering |
| Create Sandbox | Write | Create a new sandbox, optionally from a snapshot and with custom resources (starts billable compute) |
| Get Sandbox | Read | Get sandbox details by ID or name, including state, snapshot, resources, and timestamps |
| Delete Sandbox | Write | Delete a sandbox by ID or name, discarding its state and filesystem |
| Execute Command | Write | Execute a shell command inside a running sandbox via the toolbox and return its exit code and output (legacy REST route; Daytona’s current toolbox API is SDK-first) |
| Start Sandbox | Write | Start a stopped sandbox - required before Execute Command, since sandboxes auto-stop after the autoStopInterval (15 minutes by default) |
| Stop Sandbox | Write | Stop a running sandbox to pause billable compute without destroying its state |
| List Snapshots | Read | List available snapshots (sandbox base images) - use these names or IDs in the snapshot field of Create Sandbox |