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.

Restrict backups to Cloudflare sandboxes

+6
+6
apps/cli/src/cmd/backup.ts
··· 44 44 } 45 45 46 46 const sandbox = await Sandbox.get(sandboxId); 47 + 48 + if (sandbox.data.provider !== "cloudflare") { 49 + consola.error(`Backups are only supported for sandboxes running on Cloudflare Workers`); 50 + process.exit(1); 51 + } 52 + 47 53 const { description, ttl } = data; 48 54 49 55 await sandbox.backup.create(