Browse Documentation

Documentation / current surface

Build against the sandbox boundary.

Wildflower Computer is a provider-neutral sandbox API for 12 supported providers using customer-owned credentials. Use the HTTP contract directly or through a generated SDK.

Current API surface

Every sandbox operation requires the Wildflower Computer bearer key. Provider access comes from a connected project profile or an inline credential override.

Wildflower Computer endpoints
GET/v1/sandboxesList project sandboxes
POST/v1/sandboxesCreate a persistent running sandbox
GET/v1/sandboxes/{id}Get a sandbox
POST/v1/sandboxes/{id}/execRun a command in an existing sandbox
POST/v1/sandboxes/{id}/files/readRead a file from an existing sandbox
POST/v1/sandboxes/{id}/files/writeWrite a file in an existing sandbox
DELETE/v1/sandboxes/{id}Delete a sandbox
GET/v1/providersList provider capabilities

What is intentionally outside the API

The MVP does not include automatic provider failover, billing, stored provider resale, model execution, or an agent runtime. Those absences are part of the current product boundary, not hidden features.