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.

Read auth header in pull-directory handler

+1
+1
apps/cf-sandbox/src/index.ts
··· 998 998 return c.json({ error: "Sandbox provider not supported" }, 400); 999 999 } 1000 1000 1001 + const token = c.req.header("Authorization"); 1001 1002 const params = await c.req.json<PullDirectoryParams>(); 1002 1003 await pullSchema.parseAsync(params); 1003 1004