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.

Enable deletion of sandbox copies

-2
-2
apps/cf-sandbox/src/index.ts
··· 129 129 return c.json({ error: "File not found" }, 404); 130 130 } 131 131 132 - /* 133 132 await c.var.db 134 133 .delete(sandboxCp) 135 134 .where(eq(sandboxCp.copyUuid, uuid)) 136 135 .execute(); 137 136 138 137 await env.POCKETENV_COPY.delete(uuid); 139 - */ 140 138 141 139 return c.body(file.body, 200, { 142 140 "Content-Type": "application/gzip",