/
BO
boxlite-ai
/
BoxLite Runner API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2d ago
Details
Filter operations
box
8
post
Create a box
get
Get box info
post
Destroy box
post
Check if box error is recoverable
post
Update box network settings
post
Recover box from error state
post
Start box
post
Stop box
boxlite
1
get
Health check
get
Runner info
box
Create a box
Create a box
post
/boxes
Request body
CreateBoxDTO
required
authToken
string
cmd
string[]
cpuQuota
integer
entrypoint
string[]
env
object
fromVolumeId
string
gpuQuota
integer
id
string
required
image
string
required
memoryQuota
integer
metadata
object
networkAllowList
string
networkBlockAll
boolean
organizationId
string
Nullable for backward compatibility
osUser
string
required
otelEndpoint
string
regionId
string
registry
RegistryDTO
runAsUser
string
secrets
DtoSecretDTO[]
skipStart
boolean
storageQuota
integer
volumes
DtoVolumeDTO[]
workingDir
string
Response
Created
StartBoxResponse
required
daemonVersion
string
Changes