diff --git a/docs/sandbox/harnesses.md b/docs/sandbox/harnesses.md index db078d1a2..d755d057e 100644 --- a/docs/sandbox/harnesses.md +++ b/docs/sandbox/harnesses.md @@ -67,6 +67,6 @@ and protocol coverage). For which agents you can plug in, browse the official ## Where to go next -- **[Providers](./providers)** — where the harness runs (local, Docker, Daytona, Vercel). +- **[Providers](./providers)** — where the harness runs (local, Docker, Daytona, Vercel, Sprites). - **[Tools](./tools)** — bridge your app's own tools into the in-sandbox agent. - **[Events & File Hooks](./events)** — stream the agent's edits and activity to a UI. diff --git a/docs/sandbox/overview.md b/docs/sandbox/overview.md index f7bca407d..52adcf8ba 100644 --- a/docs/sandbox/overview.md +++ b/docs/sandbox/overview.md @@ -107,7 +107,7 @@ Start with the [Quick Start](./quick-start) to get an agent fixing a bug in a sandbox on your laptop. Then dive into the piece you need: - **[Quick Start](./quick-start)** — from a `chat()` app to an agent fixing a bug, in minutes. -- **[Providers](./providers)** — local process, Docker, Daytona, Vercel: isolation, auth, and capabilities. +- **[Providers](./providers)** — local process, Docker, Daytona, Vercel, Sprites: isolation, auth, and capabilities. - **[Harnesses](./harnesses)** — which agent runs: Grok Build, Claude Code, Codex, OpenCode, or any ACP agent via `acpCompatible`. - **[Workspace](./workspace)** — the source repo, clone depth, and serial/parallel setup. - **[Provisioning](./provisioning)** — secrets, skills, MCP servers, plugins, and `AGENTS.md`. diff --git a/docs/sandbox/quick-start.md b/docs/sandbox/quick-start.md index ee0b813da..1a51773dd 100644 --- a/docs/sandbox/quick-start.md +++ b/docs/sandbox/quick-start.md @@ -150,7 +150,7 @@ export const repoSandbox = defineSandbox({ Because local-process inherits your host environment, you can drop the `XAI_API_KEY` secret and let Grok Build fall back to your grok.com login. For that -(and for Daytona, Vercel, and Cloudflare runtimes), see [Providers](./providers). +(and for Daytona, Vercel, Sprites, and Cloudflare runtimes), see [Providers](./providers). ## Run the working example diff --git a/docs/sandbox/tools.md b/docs/sandbox/tools.md index 946101127..e24c33da6 100644 --- a/docs/sandbox/tools.md +++ b/docs/sandbox/tools.md @@ -88,7 +88,7 @@ same path the edge/Cloudflare deployment uses; see [Cloudflare](./cloudflare). ### A remote cloud sandbox, driven from your laptop -With a cloud provider (Daytona, Vercel) in **local dev**, the sandbox is a remote +With a cloud provider (Daytona, Vercel, Sprites) in **local dev**, the sandbox is a remote VM. It **cannot dial your machine's `localhost`**, and your laptop has no public URL, so bridged tools can't reach the host until you expose the bridge.