Document connect health wait default

This commit is contained in:
Nathan Flurry 2026-03-05 20:06:05 -08:00
parent ebf450bd99
commit 7d4914c4a2
2 changed files with 5 additions and 0 deletions

View file

@ -188,6 +188,8 @@ icon: "rocket"
token: process.env.SANDBOX_TOKEN,
});
```
`SandboxAgent.connect(...)` waits for `/v1/health` by default. Pass `waitForHealth: false` to disable that behavior, or `waitForHealth: { timeoutMs: 120_000 }` to cap the wait.
</Tab>
<Tab title="curl">