Vercel's eve agent framework now supports browser automation via the @agent-browser/eve extension. It gives any eve agent tools to navigate pages, click, fill forms, take screenshots, and inspect console/network activity — all running inside the agent's sandbox. Key features include sandbox isolation with Chromium, a domain allowlist for restricting navigation, and credential protection that prevents cookie and auth-state commands from being exposed to the model. Installation is straightforward via pnpm, and a complete Next.js example is available on GitHub.
13.9K Impressions