AI-powered browser automation and web interaction agent. Enables AI to browse, interact with websites, and perform web tasks.
Retrieves details of a specific automation run by its ID. Returns status, result, error, and other metadata. Note: Runs typically take a few minutes to complete. For in-progress runs, poll this endpoint at regular intervals to check for completion.
Lists automation runs with optional filtering by status and pagination support. Returns an array of runs with their details.
Executes web automation given a URL and a Natural Language description of the automation goal to be performed. Automation is mostly focused around navigating complex web pages and extracting data from web pages. Include _meta.progressToken in your request to receive progress notifications.
Starts a web automation run asynchronously and returns a run_id immediately without waiting for completion. Use this for long-running automations and check status later with get_run.