Box
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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.