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 node:lts-trixie-slim as default modal image

+1 -1
+1 -1
apps/sandbox/src/providers/modal/mod.ts
··· 159 159 }, 160 160 ); 161 161 const image = modal.images.fromRegistry( 162 - options.image || "ghcr.io/pocketenv-io/daytona-openclaw:0.6.0", 162 + options.image || "node:lts-trixie-slim", 163 163 ); 164 164 const sandbox = await modal.sandboxes.create(app, image); 165 165