Reference
API reference
The Edge REST API is the source of truth for control-plane operations.
Base URL: https://api.zei.sh/api/v1. The public sandbox endpoints live under /public/sandboxes and authenticate with organization API keys.
The reference is generated from Edge’s OpenAPI contract during releases. Endpoint additions must update the contract before they are published here.
terminal
1GET /public/sandboxes2POST /public/sandboxes3GET /public/sandboxes/:sandboxId4POST /public/sandboxes/:sandboxId/{start|pause|resume|stop}5GET /public/sandboxes/:sandboxId/{logs|events|terminal-url}6POST /public/sandboxes/:sandboxId/preview-codes7GET /public/sandboxes/:sandboxId/exec-access8GET /public/sandboxes/:sandboxId/snapshots9POST /public/sandboxes/:sandboxId/snapshots10DELETE /public/sandboxes/:sandboxId/snapshots/:snapshotId11DELETE /public/sandboxes/:sandboxId