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.

Add pull-directory success response

Include directoryPath in CLI copy payload so server knows target dir

+3
+2
apps/cf-sandbox/src/index.ts
··· 1017 1017 .delete(sandboxCp) 1018 1018 .where(eq(sandboxCp.copyUuid, params.uuid)) 1019 1019 .execute(); 1020 + 1021 + return c.json({ success: true }); 1020 1022 }); 1021 1023 1022 1024 app.post("/v1/sandboxes/:sandboxId/push-directory", async (c) => {
+1
apps/cli/src/cmd/copy.ts
··· 52 52 { 53 53 uuid, 54 54 sandboxId, 55 + directoryPath: destination.split(":")[1], 55 56 }, 56 57 { 57 58 headers: {