v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Install

Validate install sandbox configuration

Validates the browser-install sandbox-provider selection without persisting it. For Daytona, performs a cheap authenticated call against the Daytona SDK to verify the API key. For Docker, returns ok without further checks. Requires the one-time install token.

post/install/sandbox/test

Request body

provider'docker' | 'daytona' required
api_keystring
allow_localboolean

Response

Sandbox configuration validated successfully

okboolean required

Example response

{
  "ok": true
}