What problem does it solve? Executing AI-generated or user-submitted code and running headless browser automation on your own infrastructure risks security and stability. This Skill provides guidance for running that code inside isolated, ephemeral Vercel Sandbox microVMs that spin up on demand and shut down after use. ## Core Features & Use Cases - Isolated Code Execution: Run untrusted or AI-generated code in Firecracker microVMs via the @vercel/sandbox SDK, with automatic OIDC authentication on Vercel. - Headless Browser Automation: Drive agent-browser and Chromium inside the sandbox for screenshots, accessibility snapshots, form filling, and multi-step workflows. - Sandbox Snapshots: Pre-build VM images with system dependencies and Chromium installed for sub-second startup instead of ~30s cold installs. - Use Case: Build an API route that accepts a URL, opens it in a sandboxed headless browser, captures a screenshot and accessibility tree, and returns both — safe even when the URL or automation steps come from end users. ## Quick Start Ask the AI to set up a Vercel Sandbox using @vercel/sandbox that opens a URL in headless Chromium and returns a screenshot.