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 modal to supported providers

+1 -1
+1 -1
apps/sandbox/src/routes/sandboxes.ts
··· 45 45 import prepareSandbox from "../lib/prepare-sandbox.ts"; 46 46 import { images } from "../images.ts"; 47 47 48 - const SUPPORTED_PROVIDERS = ["daytona", "vercel", "deno", "sprites"]; 48 + const SUPPORTED_PROVIDERS = ["daytona", "vercel", "deno", "sprites", "modal"]; 49 49 50 50 const sandboxRouter = new Hono<{ Variables: Context }>(); 51 51