/
ST
stacyos
/
StacyVM API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 4mo ago
Details
Filter operations
admin
1
providers
3
quotas
6
sandboxes
13
get
List sandboxes
post
Create a sandbox
delete
Prune sandboxes
post
Evaluate spawn admission
get
Get a sandbox
delete
Destroy a sandbox
post
Execute a command
get
Execute via WebSocket
post
Extend sandbox TTL
get
Read a file
post
Write a file
get
List files
get
Get console logs
snapshots
1
system
7
templates
6
workers
4
sandboxes
Create a sandbox
Spawn a new sandbox with the given configuration
post
/sandboxes
Request body
GithubComStacyOsStacyvmInternalOrchestratorSpawnRequest
required
image
string
memory_mb
integer
metadata
object
owner_id
string
provider
string
template
string
tenant_id
string
ttl
string
vcpus
integer
Response
Created
GithubComStacyOsStacyvmInternalOrchestratorSandbox
required
created_at
string
expires_at
string
id
string
image
string
memory_mb
integer
metadata
object
owner_id
string
preview_domain
string
provider
string
state
'creating'
|
'running'
|
'idle'
|
'unhealthy'
|
'expired'
|
'destroyed'
|
'error'
tenant_id
string
vcpus
integer
vm_id
string
worker_id
string
Changes