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.

Increase default memory and disk sizes

+3 -3
+1 -1
apps/cf-sandbox/src/index.ts
··· 160 160 provider: params.provider, 161 161 publicKey: env.PUBLIC_KEY, 162 162 userId: user?.id, 163 - instanceType: "standard-1", 163 + instanceType: "standard-3", 164 164 keepAlive: params.keepAlive, 165 165 sleepAfter: params.sleepAfter, 166 166 vcpus: params.vcpus,
+2 -2
apps/cf-sandbox/src/types/sandbox.ts
··· 60 60 .default("openclaw"), 61 61 keepAlive: z.boolean().optional().default(false), 62 62 vcpus: z.number().int().positive().optional().default(2), 63 - memory: z.number().int().positive().optional().default(4), 64 - disk: z.number().int().positive().optional().default(8), 63 + memory: z.number().int().positive().optional().default(8), 64 + disk: z.number().int().positive().optional().default(16), 65 65 sleepAfter: z 66 66 .string() 67 67 .regex(