browser_ask_user
Display an overlay dialog to request user input or action, including optional fields for credentials or confirmations, and return the user's response.
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) |