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.

Export Bun install dir and add to PATH in workflow

+2
+2
.github/workflows/test-sandbox.yml
··· 17 17 - name: Set up Bun 18 18 run: | 19 19 curl -fsSL https://bun.sh/install | bash 20 + echo "BUN_INSTALL=/home/runner/.bun" >> $GITHUB_ENV 21 + echo "PATH=/home/runner/.bun/bin:$PATH" >> $GITHUB_ENV 20 22 21 23 - name: Set up Deno 22 24 uses: denoland/setup-deno@v2