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.

Use record.sandboxId for sandbox creation

+1 -1
+1 -1
apps/cf-sandbox/src/index.ts
··· 283 283 284 284 try { 285 285 sandbox = await createSandbox("cloudflare", { 286 - id: sandboxId, 286 + id: record.sandboxId || sandboxId, 287 287 memory: "4GiB", 288 288 }); 289 289