BrowserAct

BrowserAct runs hosted browser-automation workflows and exposes task execution, workflow discovery, templates, and proxy-region APIs.

11 actions Integration catalog
Request access
Connect BrowserAct once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Cancel TaskBROWSERACT_CANCEL_TASK
Immediately and permanently cancel a running BrowserAct task. The canceled run cannot be resumed or recovered. A task already in a terminal state is also treated as successfully canceled.
Get TaskBROWSERACT_GET_TASK
Return either a task's current status or its full progress, outputs, files, live-view details, and failure information.
Get WorkflowBROWSERACT_GET_WORKFLOW
Return a custom workflow's metadata and expected input parameter definitions before a run.
Get Workflow TemplateBROWSERACT_GET_WORKFLOW_TEMPLATE
Return an official template's metadata and expected input parameter definitions before a run.
List Proxy RegionsBROWSERACT_LIST_PROXY_REGIONS
Return the supported proxy region names and codes for official template runs.
List TasksBROWSERACT_LIST_TASKS
Return one cursor-controlled page of workflow tasks, optionally filtered by status, workflow, name, or creation time.
List WorkflowsBROWSERACT_LIST_WORKFLOWS
Return one cursor-controlled page of custom workflows in the connected workspace.
List Workflow TemplatesBROWSERACT_LIST_WORKFLOW_TEMPLATES
Search official BrowserAct workflow templates and return one cursor-controlled page of summaries.
Resume TaskBROWSERACT_RESUME_TASK
Resume a paused task from its current state. Finished, failed, and canceled tasks cannot be resumed. BrowserAct also treats an already-running task as a successful request.
Run WorkflowBROWSERACT_RUN_WORKFLOW
Start a custom BrowserAct workflow. This consumes credits and executes its configured browser actions, which may irreversibly modify external websites.
Run Workflow TemplateBROWSERACT_RUN_WORKFLOW_TEMPLATE
Start an official BrowserAct workflow template. This consumes credits and executes its browser actions, which may cause irreversible effects on external websites.