attach
Connect to an existing Chrome browser via CDP to reuse an authenticated session after manual login, bypassing Cloudflare challenges for automated tasks.
Instructions
Attach to an existing Chrome via CDP (use after manual login on a Cloudflare-walled site).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| cdp_url | No | e.g. http://localhost:9222 | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. |