Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions integrations/vercel/eve-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Once mounted, the agent has the following tools, namespaced under your mount (e.
- **`manage_auth_connections`**: Kernel's [managed auth](/auth/overview), so the agent logs into sites through a stored connection or a hosted login flow instead of typing credentials into the page.
- **`manage_profiles`**: create and reuse browser [profiles](/auth/profiles) (persistent cookies, logins, storage).
- **`manage_proxies`**: create and attach [proxies](/proxies/overview) (datacenter, ISP, residential, mobile) with geo-targeting.
- **`manage_replays`**: start, stop, and list video replay recordings for a session, so you can capture what the agent did as an MP4. Requires a paid Kernel plan.
- the **`browse` skill**: the loop the model follows to drive the browser end to end.

The `browse` skill runs autonomously but is human-in-the-loop friendly:
Expand Down Expand Up @@ -173,6 +174,7 @@ export default defineMcpClientConnection({
"manage_credentials", // high blast radius: create/read/delete stored credentials
"manage_profiles",
"manage_proxies",
"manage_replays",
"manage_browser_pools", // heavier tools, off by default
"exec_command", // high blast radius: shell exec in the VM
],
Expand Down
Loading