Skip to main content
POST
/
v1
/
sandboxes
curl -X POST https://api.podflare.ai/v1/sandboxes \
  -H 'content-type: application/json' \
  -d '{}'
{
  "id": "sbx_1cc2937f86644dc3a3ad3ffb9010c70d",
  "state": "ready"
}

Documentation Index

Fetch the complete documentation index at: https://docs.podflare.ai/llms.txt

Use this file to discover all available pages before exploring further.

template
string
Template name for pool selection. Defaults to the primary pool. Pool flavors (e.g. python-datasci, node-web) are planned — see the roadmap.
curl -X POST https://api.podflare.ai/v1/sandboxes \
  -H 'content-type: application/json' \
  -d '{}'
{
  "id": "sbx_1cc2937f86644dc3a3ad3ffb9010c70d",
  "state": "ready"
}
id
string
The sandbox id. Use it in subsequent exec, fork, merge_into, or destroy calls.
state
string
Always ready on success — the sandbox is already booted and the in-guest agent is accepting connections.