API reference.
Complete REST API documentation. Every endpoint, every field, every error code.
Explore the details
A contract you can open up.
Required fields establish the request. Nested configuration and optional fields reveal the shape of its contract.
Interactive example
CreateWorkload Sample schema
name
stringrequiredengine
enummemory_mb
integerExample payload
{
"name": "image-worker",
"runtime": {
"engine": "wasmtime",
"memory_mb": 128
}
}The schema example explains field structure. Consult the API reference for the current endpoint contract.
By category
Core14 endpoints
WorkloadsCreate, update, deploy, and manage WASM workloads. Scaling rules, environment variables, and lifecycle hooks.Data11 endpoints
StorageCells object storage and Silos database provisioning. Upload, query, and manage persistent data.Async8 endpoints
QueuesBuzz message queues. Publish, subscribe, acknowledge, and configure dead-letter routing.Platform9 endpoints
ConfigSecrets, environment config, and feature flags. Versioned, encrypted, and scoped to workloads.Read the full reference
OpenAPI spec, request schemas, and response examples for every endpoint.
Full API docs →