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 sandbox exec RPC endpoint

+1 -1
+1 -1
apps/cli/src/cmd/exec.ts
··· 13 13 stdout: string; 14 14 exitCode: number; 15 15 }>( 16 - "/xrpc/io.pocketenv.sandbox.startSandbox", 16 + "/xrpc/io.pocketenv.sandbox.exec", 17 17 { 18 18 command: `${cmd} ${args.join(" ")}`, 19 19 },