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 open tunnel auth for runloop devbox

+2
+2
apps/modal-sandbox/src/providers/runloop/index.ts
··· 134 134 135 135 try { 136 136 const sandbox = await sdk.devbox.create({ 137 + tunnel: { auth_mode: "open" }, 137 138 blueprint_name: templateName, 138 139 }); 139 140 return new RunloopSandbox(sandbox); ··· 149 150 }, 150 151 }); 151 152 const sandbox = await sdk.devbox.create({ 153 + tunnel: { auth_mode: "open" }, 152 154 blueprint_name: templateName, 153 155 }); 154 156 return new RunloopSandbox(sandbox);