> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sandbox API history

> Operations added or removed in the Sandbox API surface, derived from the spec's own revision history — the API's changelog, distinct from the docs changelog.

Derived from the revision history of `spec/sandbox.json` (`node scripts/api-history.mjs`).

<Note>
  An operation listed as **removed** was retired from the published surface — a caller still using
  it must migrate, not merely re-read the docs. Added operations link to their reference pages.
</Note>

## 2026-08-30

Initial publication — **17 operations**, generated from the service's own OpenAPI. Highlights:

* [`POST /api/v1/sandbox/create`](/api-reference/sandbox/sandbox-create-create)
* [`POST /api/v1/sandbox/create-from-template`](/api-reference/sandbox/sandbox-create-from-template-create)
* [`GET /api/v1/sandbox/{sandboxId}`](/api-reference/sandbox/sandbox-by-get)
* [`DELETE /api/v1/sandbox/{sandboxId}`](/api-reference/sandbox/sandbox-by-delete)
* [`GET /api/v1/sandbox/{sandboxId}/status`](/api-reference/sandbox/sandbox-by-status-get)
* [`POST /api/v1/sandbox/{sandboxId}/stop`](/api-reference/sandbox/sandbox-by-stop-create)
