Mandala
Tools

Browser Use

Run browser automation tasks

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.

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})
save_browser_databooleanNoWhether to save browser data
modelstringNoLLM model to use (default: gpt-4o)
apiKeystringYesAPI key for BrowserUse API

Output

ParameterTypeDescription
idstringTask execution identifier
successbooleanTask completion status
outputjsonTask output data
stepsjsonExecution steps taken

Notes

  • Category: tools
  • Type: browser_use
Browser Use