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.

Include hopx and runloop in sandbox prefs check

+10 -1
+10 -1
apps/api/src/xrpc/io/pocketenv/sandbox/getPreferences.ts
··· 100 100 .then(([row]) => row?.runloop_auth), 101 101 ]); 102 102 103 - if (!daytona && !deno && !sprite && !vercel && !modal && !e2b) { 103 + if ( 104 + !daytona && 105 + !deno && 106 + !sprite && 107 + !vercel && 108 + !modal && 109 + !e2b && 110 + !hopx && 111 + !runloop 112 + ) { 104 113 return []; 105 114 } 106 115