---
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

## Changes

- **2026-06-02** `0d0a9e145028` — 1 info
  - added the new optional request property `allow_local`

[Change history](https://skmtc.dev/fabro-sh/apis/fabro-run-api/changes/install/sandbox/put.md)

---

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