start
Initiate a real Chrome session for agent-piloted automation, with stealth options, persistent profiles, and session targeting to bypass Cloudflare.
Instructions
Start a browser session (cold-launch real Chrome).
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. | |
| backend | No | Stealth backend: patchright (default) | nodriver | auto. nodriver needs `pip install vibatchium[nodriver]`. | |
| profile | No | Persistent profile dir (default: cache dir). | |
| 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'. | |
| headless | No | Headless mode — the MCP default. UA is de-Headless'd automatically; headed clears residual GPU/screen tells and is worth a retry on hard walls. | |
| ephemeral | No | Delete this session's profile dir on close — for one-shot work that shouldn't leave login state on disk. Prevents profile bloat from per-run sessions. |