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.

Remove sandbox.destroy() from stop

-1
-1
apps/cf-sandbox/src/providers/cloudflare/index.ts
··· 43 43 async stop(): Promise<void> { 44 44 await this.sandbox.setKeepAlive(false); 45 45 await this.sandbox.stop(); 46 - await this.sandbox.destroy(); 47 46 } 48 47 49 48 async delete(): Promise<void> {