Browser Use
Run browser automation tasks
Configuration
Task*
Describe what the browser agent should do...
Variables (Secrets)
Variables (Secrets)
Model
Select...
Save Browser Data
Disabled
Profile ID
Enter browser profile ID (optional)
API Key*
••••••••
Tools
browser_use_run_task
Runs a browser automation task using BrowserUse
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
task | string | Yes | What should the browser agent do |
variables | json | No | Optional variables to use as secrets (format: {key: value}) |
format | string | No | No description |
save_browser_data | boolean | No | Whether to save browser data |
model | string | No | LLM model to use (default: gpt-4o) |
apiKey | string | Yes | API key for BrowserUse API |
profile_id | string | No | Browser profile ID for persistent sessions (cookies, login state) |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Task execution identifier |
success | boolean | Task completion status |
output | json | Task output data |
Usage Instructions
Integrate Browser Use into the workflow. Can navigate the web and perform actions as if a real user was interacting with the browser.
Notes
- Category:
tools - Type:
browser_use