Skip to main content
The agent is a hosted loop: it reads the page, decides an action, executes it, and repeats until the task is complete. You send a task, you get a result.
Each run gets its own stealth cloud browser with proxies and CAPTCHA handling already on. No browser management, no selectors, no waiting logic.

When to use the agent

The agent fits tasks where you care about the outcome, not the exact clicks: data extraction from sites that change layout, workflows across several pages, form submission, or anything you’d rather describe than script. If you need pixel-exact control or deterministic repetition, drive a browser session directly instead, or record an agent run once and replay it with cache scripts.

What the agent can do

Next

Start with the agent quickstart.