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 integrations and repository to Settings

+3 -1
+3 -1
apps/web/src/layouts/Main.tsx
··· 30 30 /^\/did:plc:[a-z0-9]+\/sandbox\/[a-z0-9]+\/variables$/.test(path) || 31 31 /^\/did:plc:[a-z0-9]+\/sandbox\/[a-z0-9]+\/volumes$/.test(path) || 32 32 /^\/did:plc:[a-z0-9]+\/sandbox\/[a-z0-9]+\/files$/.test(path) || 33 - /^\/did:plc:[a-z0-9]+\/sandbox\/[a-z0-9]+\/secrets$/.test(path) 33 + /^\/did:plc:[a-z0-9]+\/sandbox\/[a-z0-9]+\/secrets$/.test(path) || 34 + /^\/did:plc:[a-z0-9]+\/sandbox\/[a-z0-9]+\/integrations$/.test(path) || 35 + /^\/did:plc:[a-z0-9]+\/sandbox\/[a-z0-9]+\/repository$/.test(path) 34 36 ) 35 37 return "Settings"; 36 38