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 stray console.log in getPreferences

-1
-1
apps/api/src/xrpc/io/pocketenv/sandbox/getPreferences.ts
··· 66 66 .execute() 67 67 .then(([row]) => row?.vercel_auth), 68 68 ]); 69 - console.log(daytona, deno, sprite, vercel); 70 69 71 70 if (!daytona && !deno && !sprite && !vercel) { 72 71 return [];