Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.browseract.com/llms.txt

Use this file to discover all available pages before exploring further.

Remote Assist lets an agent hand control to a person when automation reaches a step that needs human input.

Hand off in one command

browser-act --session my-task remote-assist --objective "Complete 2FA verification"
The --objective text tells the human what to complete. The CLI returns a live URL for the current session.

Any-device takeover

Desktop

Open the handoff link from a desktop browser.

Laptop

Use a nearby laptop while the agent keeps the session alive.

Mobile

Complete 2FA or quick checks from a phone or tablet.

Remote host

Take over from your own device while the agent runs elsewhere.
No headed browser, VNC, RDP, screen sharing, or extra client software is required.

Typical scenarios

ScenarioHow Remote Assist helps
Two-factor authenticationUser enters SMS, authenticator app, or email codes
Complex CAPTCHAPerson completes drag puzzles, behavior checks, or unsupported CAPTCHA types
Enterprise SSOUser handles hardware tokens, certificates, or local device checks
Human judgmentUser chooses between options or approves a sensitive step
CollaborationTeammate opens the link and completes the blocked step

Continue after handoff

After the human completes the task:
  • the session does not restart
  • cookies and browser state remain available
  • the current page position is preserved
  • the agent can continue with the next command

Compared with standard approaches

NeedStandard setupBrowser-act
Human intervention in headless modeSwitch to headed mode or attach a desktopGenerate a live URL
Same-machine accessUsually requiredNot required
Extra softwareOften VNC, RDP, or screen sharingNone
Cross-device supportLimitedAny modern browser
Resume automationOften manualContinue in the same session

Learn more

Better Headless Browser

Understand how handoff works with headless sessions.

Anti-detection & Blocking

Use automatic escalation before handoff when appropriate.

Designed for Agents

Learn the safety and confirmation model.