Give your eve agent a browser
Eve releases .agent-browser extension enabling agents to navigate pages, read content, click, fill forms, take screenshots, and inspect network activity in a sandbox.
Your eve agent can now navigate the web like a human with .agent-browser The extension gives any agent a full set of browser tools: navigate pages, read content, click, fill forms, take screenshots, and inspect console and network activity. Everything runs inside the agent's sandbox.@agent-browser/eveeve Install the extension: Then mount it under :agent/extensions/ Your agent gets namespaced tools like , , , , and . Snapshot refs such as become selectors, so the agent can inspect a page, then act on exactly what it saw.browser__navigatebrowser__snapshotbrowser__clickbrowser__fillbrowser__screenshot[ref=e12]@e12 The extension includes: See a complete Next.js eve app with the extension mounted in the , or read the to get started.exampledocumentation Read more Chromium and agent-browser run in the eve sandbox, not your app.
Pre-install them in your sandbox template so sessions start warm, or let the extension install them on first use.Sandbox isolation: Restrict navigation and subresources with , and control output size, screenshot handling, proxy use, and session naming through extension options.Domain allowlist:allowedDomains Cookie, storage, and saved-auth-state commands are…
- vercel.comGive your eve agent a browserprimary