diff --git a/integrations/vercel/eve-extension.mdx b/integrations/vercel/eve-extension.mdx index 2d472b9..77b0b81 100644 --- a/integrations/vercel/eve-extension.mdx +++ b/integrations/vercel/eve-extension.mdx @@ -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: @@ -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 ],