mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 19:04:40 +00:00
wip
This commit is contained in:
parent
5a1b32a271
commit
a77b30efdf
6 changed files with 259 additions and 116 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue