···1919 /** A description for the sandbox */
2020 description?: string;
2121 /** The provider to create the sandbox on, e.g. 'daytona', 'vercel', 'cloudflare', etc. */
2222- provider?: "daytona" | "vercel" | "cloudflare" | "deno" | "sprites";
2222+ provider?: "daytona" | "vercel" | "cloudflare" | "deno" | "sprites" | "modal";
2323 /** A list of topics/tags to associate with the sandbox */
2424 topics?: string[];
2525 /** A git repository URL to clone into the sandbox, e.g. a GitHub/Tangled repo. */