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.

Specify instance resources for sandbox configs

Replace "standard-1" with explicit instance_type objects (vcpu,
memory_mib, disk_mb) across cf-sandbox wrangler.jsonc files

+114 -19
+6 -1
apps/cf-sandbox/deploy/amp/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/claude/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/codex/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/copilot/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/crush/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 }, 59 64 ], 60 65 "durable_objects": {
+6 -1
apps/cf-sandbox/deploy/docker/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/gemini/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/kilo/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/kiro/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/mise/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/nix/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/nullclaw/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/openclaw/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/opencode/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/opencrust/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/picoclaw/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/pkgx/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/deploy/zeroclaw/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 "max_instances": 20, 59 64 }, 60 65 ],
+6 -1
apps/cf-sandbox/wrangler.jsonc
··· 54 54 { 55 55 "class_name": "Sandbox", 56 56 "image": "./Dockerfile", 57 - "instance_type": "standard-1", 57 + //"instance_type": "standard-1", 58 + "instance_type": { 59 + "vcpu": 4, 60 + "memory_mib": 4048, 61 + "disk_mb": 8000, 62 + }, 58 63 }, 59 64 ], 60 65 "durable_objects": {