This commit is contained in:
Nathan Flurry 2026-03-15 12:37:12 -07:00
parent 5a1b32a271
commit a77b30efdf
6 changed files with 259 additions and 116 deletions

View file

@ -225,3 +225,7 @@ Parameters:
- `fetch` (optional): Custom fetch implementation used by SDK HTTP and session calls
- `waitForHealth` (optional, defaults to enabled): waits for `/v1/health` before HTTP helpers and session setup proceed; pass `false` to disable or `{ timeoutMs }` to bound the wait
- `signal` (optional): aborts the startup `/v1/health` wait used by `connect()`
## LLM credentials
Sandbox Agent supports personal API keys, shared organization keys, and per-tenant gateway keys with budget enforcement. See [LLM Credentials](/llm-credentials) for setup details.