fabro/lib
Bryan Helmkamp 6d4b26579b
fix(sandbox): wire vault DAYTONA_API_KEY through to Daytona SDK client
The Daytona SDK client was created via Client::new() which only reads
DAYTONA_API_KEY from process env vars. When the key is stored in the
fabro vault (via `fabro secret set`), it was never forwarded to the SDK,
causing "api_key or jwt_token must be provided" errors.

Thread the API key from the vault through SandboxSpec, DaytonaSandbox,
and reconnect paths so the SDK receives it via new_with_config().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:13:55 -04:00
..
crates fix(sandbox): wire vault DAYTONA_API_KEY through to Daytona SDK client 2026-04-15 09:13:55 -04:00
packages/fabro-api-client refactor(api): move features flags from /auth/me to /system/info 2026-04-15 08:51:22 -04:00