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.

Allow null for SandboxDetails fields

+3 -3
+3 -3
apps/web/src/types/preferences.ts
··· 1 1 export type SandboxDetails = { 2 2 name?: string; 3 - description?: string; 4 - topics?: string[]; 5 - repo?: string; 3 + description?: string | null; 4 + topics?: string[] | null; 5 + repo?: string | null; 6 6 $type: "io.pocketenv.sandbox.defs#sandboxDetailsPref"; 7 7 }; 8 8