mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
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> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||