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

ParameterTypeRequiredDescription
taskstringYesWhat should the browser agent do
variablesjsonNoOptional variables to use as secrets (format: {key: value})
formatstringNoNo description
save_browser_databooleanNoWhether to save browser data
modelstringNoLLM model to use (default: gpt-4o)
apiKeystringYesAPI key for BrowserUse API
profile_idstringNoBrowser profile ID for persistent sessions (cookies, login state)

Output

ParameterTypeDescription
idstringTask execution identifier
successbooleanTask completion status
outputjsonTask 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