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.

Disable deletion of sandbox copy in /cp handler

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