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.

fix volume not correctly mounted on start

-5
-5
apps/cf-sandbox/src/index.ts
··· 273 273 return c.json({ error: "Sandbox not found" }, 404); 274 274 } 275 275 276 - if (record.status === "RUNNING") { 277 - console.log(`Sandbox ${record.id} is already running`); 278 - return c.json({}); 279 - } 280 - 281 276 const sandboxId = Array.from( 282 277 crypto.getRandomValues(new Uint8Array(16)), 283 278 (b) => b.toString(16).padStart(2, "0"),