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.

Run bash in interactive mode for TTY sessions

+1 -1
+1 -1
apps/api/src/tty/index.tsx
··· 118 118 const spriteToken = decrypt(spriteAuth!.spriteToken); 119 119 const client = new SpritesClient(spriteToken); 120 120 const sprite = client.sprite(sandbox.sandboxId!); 121 - const cmd = sprite.spawn("bash", [], { 121 + const cmd = sprite.spawn("bash", ["-i"], { 122 122 tty: true, 123 123 rows: 24, 124 124 cols: 80,