exec, fork, merge_into, and destroy calls. Sandboxes from the pool boot in 7–11 ms; if the pool is empty the sandbox cold-boots, which takes longer.
Request
Template name for pool selection. Defaults to the primary pool when omitted. Named pool flavors such as
python-datasci and node-web are planned — see the roadmap.Response
The sandbox id. Pass this to
exec, fork, merge_into, or destroy.Always
ready on a successful response — the VM is booted and the in-guest agent is accepting connections.Examples
Error responses
| Status | Body | Cause |
|---|---|---|
401 | {"error": "invalid api key"} | Missing or invalid bearer token |
500 | {"error": "..."} | Pool exhausted and cold boot failed |