From a1c046fc582a2517cfb4491df28b0fc065d7e4d9 Mon Sep 17 00:00:00 2001 From: Nicholas Kissel Date: Tue, 27 Jan 2026 22:25:48 -0800 Subject: [PATCH] chore(site): rename Cloud Sandbox to HTTP API --- .../packages/website/src/components/GetStarted.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/packages/website/src/components/GetStarted.tsx b/frontend/packages/website/src/components/GetStarted.tsx index 1b0df8b..c61dae8 100644 --- a/frontend/packages/website/src/components/GetStarted.tsx +++ b/frontend/packages/website/src/components/GetStarted.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Code, Cloud, GitBranch } from 'lucide-react'; +import { Code, Server, GitBranch } from 'lucide-react'; import { CopyButton } from './ui/CopyButton'; const sdkCodeRaw = `import { SandboxAgent } from "sandbox-agent"; @@ -145,16 +145,16 @@ export function GetStarted() {
- +
-

Cloud Sandbox

-

Run in isolated environment

+

HTTP API

+

Run as a server

- Spin up a sandboxed environment with E2B, Daytona, or Vercel. Secure isolation with full network access. + Run as an HTTP server and connect from any language. Deploy to E2B, Daytona, Vercel, or your own infrastructure.