---
title: "Save install sandbox configuration"
method: PUT
path: "/install/sandbox"
tags: ["Install"]
---

# Save install sandbox configuration

`PUT /install/sandbox`

Records the sandbox provider selected during browser install. 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 `204`

Sandbox configuration recorded

## Other responses

- `401` — Invalid or missing install token
- `422` — Invalid install input

---

[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/versions/bee030053823/schema)
