browser_ask_user
Show an overlay dialog to collect user input like credentials, 2FA codes, CAPTCHA solving, or OAuth consent, with optional fields for structured responses, returning the entered data.
Instructions
Show an overlay dialog asking the user to perform an action or provide information (credentials, 2FA, CAPTCHA, OAuth consent). Can include input fields for the user to fill in. Returns user responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Dialog title (default: "Agent360 — Action Required") | |
| fields | No | Input fields for user to fill in. Each field has: name (key), label (display text), type (text/password/email). Omit for simple "Done/Skip" confirmation. | |
| message | Yes | What the user needs to do or provide | |
| timeout | No | Max wait time in ms (default: 120000 = 2 min) |