/
SU
superserve-ai
/
Superserve API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v2
latest
OpenAPI 3.1.0
Proprietary
raw.githubusercontent.com
2026-04-09
12
8
17.8 KB
System
Health check
get
/health
Response
Service is healthy
object
required
status
string
version
string
Example response
{ "status": "ok", "version": "0.1.0" }
All 12 operations
get
Health check
get
List all sandboxes
post
Create a new sandbox
get
Get a sandbox by ID
delete
Delete a sandbox
patch
Partially update a running sandbox
post
Pause a running sandbox
post
Resume a paused sandbox
post
Execute a command inside a sandbox
post
Execute a command and stream output via SSE
get
Download a file from a sandbox
put
Upload a file into a sandbox