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 backend sandbox name instead of fallback

+1 -1
+1 -1
apps/api/src/xrpc/io/pocketenv/sandbox/createSandbox.ts
··· 158 158 159 159 return { 160 160 id: res.data.id, 161 - name: input.body.name || "Unnamed Sandbox", 161 + name: res.data.name, 162 162 provider: input.body.provider || Providers.CLOUDFLARE, 163 163 description: input.body.description, 164 164 topics: input.body.topics,