v1
latestOpenAPI 3.1.02026-07-22304756.7 KBBox
Create box
Provision a new cloud computer. Store the returned box.id with your product job/session record.
post/boxes
Request body
Example request
{
"ttlSeconds": 3600
}Response
Box accepted for provisioning.
Example response
{
"ok": true,
"box": {
"id": "bx_23456789",
"name": "Box 2026-05-31 12:00"
}
}