scout_handoff
Inject a banner in the live browser to prompt the user for manual actions like CAPTCHAs or SMS codes, returning a handoff ID to poll until completion.
Instructions
Inject a banner in the live browser asking the user to take a manual action. Returns IMMEDIATELY with a handoff_id — does NOT block. Poll scout_handoff_check(handoff_id) every 5-10 seconds until status is 'completed'. Use for: CAPTCHAs, SMS codes, authenticator app prompts, email verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instruction | Yes | Plain-language instruction shown to the user in the browser | |
| timeout | No | Max wait in ms (default: 300000 = 5 min) |