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.

Increase rate limiter to 500 per 30s

Reduce window from 60s to 30s and raise max from 300 to 500 to allow
higher request throughput

+1 -1
+1 -1
apps/api/src/index.ts
··· 27 27 app.use(contextMiddleware); 28 28 app.use(cors()); 29 29 app.use(morgan("dev")); 30 - app.use(createRateLimiter({ windowMs: 60_000, max: 300 })); 30 + app.use(createRateLimiter({ windowMs: 30_000, max: 500 })); 31 31 32 32 const banner = ` 33 33 ___ __ __