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
Response
Sandbox configuration validated successfully
Example response
{
"ok": true
}