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.

Encrypt additional sandbox ports

+1 -1
+1 -1
apps/modal-sandbox/src/providers/modal/index.ts
··· 161 161 ); 162 162 consola.info("Creating Modal sandbox with app name:", modalAppName); 163 163 const sandbox = await modal.sandboxes.create(app, image, { 164 - encryptedPorts: [PTY_PORT, VSCODE_PORT], 164 + encryptedPorts: [PTY_PORT, VSCODE_PORT, 3000, 4000, 8000], 165 165 }); 166 166 consola.info("Created Modal sandbox with ID:", sandbox.sandboxId); 167 167