Authorizations
API key passed in the header
Query Parameters
An optional browser session identifier to reference an existing running browser sessions. When passed, the tool will be executed on the provided browser session.
Body
The task to be autonomously completed.
The URL of the webpage. If not provided, the tool will use the current page in the session.
The AI agent to use for task completion. Defaults to browser-use.
browser-use, openai-cua The AI provider to use for task completion.
openai, gemini, groq, azure, xai Enable element detection for better interaction accuracy. Improves the agent's ability to identify and interact with UI elements.
Allow human intervention during task execution. When enabled, the agent can request human input for ambiguous situations.
Maximum number of steps the agent can take to complete the task. Defaults to 200.
Secret values to pass to the agent for secure credential handling. Keys and values are passed as environment variables to the agent.
Whether to highlight elements during task execution for better visibility.
JSON Schema defining the expected structure of the output data.
Response
The result of the autonomous task.

