the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set sandbox status to RUNNING when started

+6
+6
apps/cf-sandbox/src/index.ts
··· 363 363 364 364 await sandbox.start(); 365 365 366 + await c.var.db 367 + .update(sandboxes) 368 + .set({ status: "RUNNING" }) 369 + .where(eq(sandboxes.id, c.req.param("sandboxId"))) 370 + .execute(); 371 + 366 372 const previewUrls = await Promise.all( 367 373 params[6].map((port) => 368 374 sandbox?.expose(port.sandbox_ports.exposedPort, hostname),