Import Profile from Chrome
profile_import_from_chromeImport Chrome cookies and authentication via CDP to create isolated Leapfrog profiles. Transfer real Google auth and logged-in sessions to AI agent browsers while keeping your actual browser session separate.
Instructions
Connect to your real Chrome browser via CDP, capture its auth cookies, and save them as a Leapfrog profile. This gives you real Google auth, reCAPTCHA trust, and all your logged-in sessions — but in an isolated Leapfrog session, not your real browser. Start Chrome with: chrome --remote-debugging-port=9222
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Profile name to save as (e.g. 'google-auth', 'my-chrome'). | |
| cdp | No | CDP endpoint. Default: http://localhost:9222 | http://localhost:9222 |
| domains | No | Only capture cookies from these domains. Omit for all cookies. |