AI & ML11 toolsPaste one API key
BrowserAct integration for AI agents
BrowserAct runs hosted browser-automation workflows and exposes task execution, workflow discovery, templates, and proxy-region APIs.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect BrowserAct once and call the same tools from all of them.
Setup
Connect BrowserAct through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
BrowserAct exposes 11 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
browseract_get_task | Return either a task's current status or its full progress, outputs, files, live-view details | Read |
browseract_get_workflow | Return a custom workflow's metadata and expected input parameter definitions before a run | Read |
browseract_get_workflow_template | Return an official template's metadata and expected input parameter definitions before a run | Read |
browseract_list_proxy_regions | Return the supported proxy region names and codes for official template runs | Read |
browseract_list_tasks | Return one cursor-controlled page of workflow tasks, optionally filtered by status, workflow | Read |
browseract_list_workflow_templates | Search official BrowserAct workflow templates and return one cursor-controlled page of summaries | Read |
browseract_list_workflows | Return one cursor-controlled page of custom workflows in the connected workspace | Read |
browseract_resume_task | Resume a paused task from its current state | Read |
browseract_cancel_task | Immediately and permanently cancel a running BrowserAct task | Write |
browseract_run_workflow | Start a custom BrowserAct workflow | Read |
browseract_run_workflow_template | Start an official BrowserAct workflow template | Read |