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.

Set PUBLIC_URL default to 8789 and add doppler

+7 -1
+3
apps/api/doppler.yaml
··· 1 + setup: 2 + - project: pocketenv 3 + config: prd
+1 -1
apps/api/src/lib/env.ts
··· 11 11 }), 12 12 HOST: host({ default: "localhost" }), 13 13 PORT: port({ default: 8789 }), 14 - PUBLIC_URL: str({ default: "http://localhost:8000" }), 14 + PUBLIC_URL: str({ default: "http://localhost:8789" }), 15 15 DB_PATH: str({ devDefault: ":memory:" }), 16 16 KV_DB_PATH: str({ devDefault: ":memory:" }), 17 17 COOKIE_SECRET: str({}),
+3
apps/sandbox/doppler.yaml
··· 1 + setup: 2 + - project: pocketenv 3 + config: prd