fabro/docs/public
Bryan Helmkamp 2460ffc37a
feat(install): add sandbox provider step to web install wizard
Operators choose Docker (default, zero-config) or Daytona (validated
via Daytona SDK) during browser install. Selection is captured in
settings.toml under [run.sandbox] -- explicitly even for Docker, so the
choice is locked in. Daytona keys land in the vault as DAYTONA_API_KEY
(Environment secret). Step always runs after object_store and before
the LLM step.

Server adds POST /install/sandbox/test (validates Daytona key via
client.list) and PUT /install/sandbox; both reuse the install-token
auth and InstallSecret redaction patterns established by object-store.
A resolve_install_sandbox_state helper preserves a saved Daytona key
when the operator revisits the step without re-entering it. The
in-memory api_key is dropped from PendingInstall after finish, matching
the manual_credentials cleanup for S3 access keys.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 14:59:17 -07:00
..
administration chore: move Caddyfile into docker/ 2026-04-27 11:23:02 -07:00
agents refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
api-reference feat(install): add sandbox provider step to web install wizard 2026-04-27 14:59:17 -07:00
changelog refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
core-concepts refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
examples refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
execution refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
getting-started refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
human-tools refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
images refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
integrations refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
languages refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
logo refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
reference refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
tutorials refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
workflows refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
.mintignore refactor(docs): move .mintignore into docs/public and update skill paths 2026-04-27 07:29:59 -07:00
docs.json refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
dot-highlight.js refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
favicon.svg refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00