Skip to content

Browser Use Module

William M Schmidt edited this page Feb 6, 2025 · 1 revision

API Specifications

Endpoints

GET

/required_secrets

  • Returns the required secrets this module requires (API keys)

/alive

  • Returns a simple "true" if alive

POST

/task

Request
{
    "task": "Task for the AI to complete using the browser",
    "max_tries": "3",
    "llm": "OpenAI",
}
  • max_tries:

  • int: The number of errors in a row before the browser agent cancels the operation.

  • llm_provider:

  • str: What provider or LLM model you want to use with the browser. Examples:

  • OpenAI

  • Anthropic

  • Gemini

Response
Clone this wiki locally