/
SU
superserve-ai
/
Superserve API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 4mo ago
latest
OpenAPI 3.1.0
Proprietary
raw.githubusercontent.com
2026-04-09
12
8
17.8 KB
304fe18155b8
Exec
2
post
Execute a command inside a sandbox
post
Execute a command and stream output via SSE
Files
2
get
Download a file from a sandbox
put
Upload a file into a sandbox
Sandboxes
7
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
System
1
get
Health check
System
Health check
get
/health
Response
Service is healthy
object
required
status
string
version
string
Example response
{ "status": "ok", "version": "0.1.0" }