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 e2bAuth alias in where clause

+1 -1
+1 -1
apps/modal-sandbox/src/lib/sandbox-helpers.ts
··· 77 77 db 78 78 .select() 79 79 .from(e2bAuth) 80 - .where(eq(modalAuth.sandboxId, sandboxDbId)) 80 + .where(eq(e2bAuth.sandboxId, sandboxDbId)) 81 81 .execute(), 82 82 ]); 83 83 return {