---
title: "Validate install sandbox configuration"
method: POST
path: "/install/sandbox/test"
tags: ["Install"]
---

# Validate install sandbox configuration

`POST /install/sandbox/test`

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.

## Request body

- InstallSandboxInput — Sandbox provider selected during browser install. `api_key` is required for Daytona and ignored for Docker. `allow_local` enables the local sandbox provider alongside the selected runtime; it defaults to true when omitted.
  - `provider` 'docker' | 'daytona', required
  - `api_key` string
  - `allow_local` boolean

## Response `200`

Sandbox configuration validated successfully

- InstallSandboxValidationResponse — Successful response from install-time sandbox validation.
  - `ok` boolean, required

## Other responses

- `401` — Invalid or missing install token
- `422` — Sandbox validation failed

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/adbc4b711284/schema)
