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.
Start the API honestly from its current pre-release source.
02 / TutorialRun a complete lifecycleCreate a sandbox, execute a command, then delete it safely.
03 / GuideConnect provider accessKeep customer-owned credentials out of lifecycle payloads.
04 / GuideRun commands and transfer filesWork inside one persistent provider sandbox.
05 / GuideRetry what you can proveUse idempotency, reconciliation, and response metadata safely.
06 / GuideRefresh documentation locallyRegenerate SDK facts and pass every gate without hosted CI.
07 / GuideDiagnose a failed boundaryMap stable error codes to the next useful action.
08 / ExplanationUnderstand the boundaryLearn how IDs, credentials, persistence, and provider selection work.
09 / ReferenceCompare providersSee the current supported parameters and execution behavior.
10 / Generated referenceInspect every operation and modelBrowse the exact contract shared by all 5 generated SDKs.
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.
GET | /v1/sandboxes | List project sandboxes |
POST | /v1/sandboxes | Create a persistent running sandbox |
GET | /v1/sandboxes/{id} | Get a sandbox |
POST | /v1/sandboxes/{id}/exec | Run a command in an existing sandbox |
POST | /v1/sandboxes/{id}/files/read | Read a file from an existing sandbox |
POST | /v1/sandboxes/{id}/files/write | Write a file in an existing sandbox |
DELETE | /v1/sandboxes/{id} | Delete a sandbox |
GET | /v1/providers | List 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.
