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.

Prefer record sandboxId when updating sandboxes

Use record.sandboxId if present to avoid overwriting the stored value
with undefined; fall back to the provided sandboxId when missing

+1 -1
+1 -1
apps/cf-sandbox/src/index.ts
··· 271 271 272 272 await c.var.db 273 273 .update(sandboxes) 274 - .set({ sandboxId }) 274 + .set({ sandboxId: record.sandboxId || sandboxId }) 275 275 .where( 276 276 and( 277 277 or(