open, interoperable sandbox platform for agents and humans 📦 ✨ pocketenv.io
claude-code atproto sandbox openclaw agent
at main 12 lines 214 B view raw
1import type { Context } from "context"; 2import type { Db } from "./db"; 3 4declare global { 5 namespace Express { 6 interface Request { 7 ctx: Context; 8 did?: string; 9 sandboxId?: string; 10 } 11 } 12}