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.

Use resource_size_request for sandbox resources

+1 -3
+1 -3
apps/modal-sandbox/src/providers/runloop/index.ts
··· 145 145 name: templateName, 146 146 dockerfile: `FROM ${image}`, 147 147 launch_parameters: { 148 - custom_cpu_cores: 2, 149 - custom_gb_memory: 4, 150 - custom_disk_size: 10, 151 148 user_parameters: { 152 149 username: "modal", 153 150 uid: 4444, 154 151 }, 152 + resource_size_request: "MEDIUM", 155 153 }, 156 154 }); 157 155 const sandbox = await sdk.devbox.create({