sandbox — An isolated environment where AI-generated code or agent actions run without being able to touch anything real.
AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
Why it matters
Gives a concrete pattern for combining UI automation with arbitrary Python logic (data processing, API calls) in the same sandboxAn isolated environment where AI-generated code or agent actions run without being able to touch anything real.Full definition → session instead of stitching together separate tools.