From d1c32b8a7ead30a9722f8fd16da13f16e7c17710 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Thu, 5 Mar 2026 23:05:30 -0800 Subject: [PATCH] Update quickstart health wait note --- docs/quickstart.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index dc5544f..ad2c2ca 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -188,8 +188,6 @@ 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.