interactive_login
Manually log in through a visible browser to handle 2FA, SSO, or CAPTCHA, then save the session for future automated use.
Instructions
Open a VISIBLE browser window for a human to log in by hand — the way to authenticate flows that can't be automated (2FA/MFA, SSO/OAuth redirects, CAPTCHA, magic links, device confirmation). After you finish logging in, call save_login to capture the session; future headless sessions on the project reuse it. Requires a display on the server (DISPLAY set).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name (must exist) | |
| login_url | No | URL to open (optional; defaults to the project's configured login URL or base_url) |