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.

Call sandbox.start() before fetching params

Move await sandbox.start() earlier so it's invoked before gathering
parameters, and remove the redundant second call to avoid double start.

+2 -1
+2 -1
apps/sandbox/src/index.ts
··· 288 288 return c.json({ error: "Sandbox provider not supported" }, 400); 289 289 } 290 290 291 + await sandbox.start(); 292 + 291 293 const params = await Promise.all([ 292 294 c.var.db 293 295 .select() ··· 362 364 .catch((e) => consola.error(`Failed to Clone Repository: ${e}`)); 363 365 } 364 366 365 - await sandbox.start(); 366 367 await c.var.db 367 368 .update(sandboxes) 368 369 .set({