Skip to content

Browser Use

Autonomous browser task

Give a natural-language task to a cloud browser agent (Browser Use v4). Returns a run id; poll browser-use/get-run for the result. Token-based upstream pricing: you set max_cost_usd, which is reserved here and enforced upstream; the real cost is settled when the run ends.

Usage based Browser UseBrowserbrowser-use/run-taskListed

Activation pending; your agent will see it as unavailable until then.

Use this tool with your agent

Give this to your agent
Use my connected Agentik MCP server. I want to use the tool browser-use/run-task (Autonomous browser task). Call inspect_tool with {"tool_id": "browser-use/run-task"} first and tell me the price before anything runs. Ask me for the inputs it needs; never invent values, IDs or file URLs. When I confirm, call run_tool with tool_id "browser-use/run-task" and my inputs, follow it with get_run if it is still running, and give me the result and the price Agentik reports. If the tool is unavailable, say so and use discover_tools to propose an alternative.
Show the prompt

Paste it into Claude, ChatGPT or Codex: your agent takes it from there, and shows the price before it runs.

Parameters

NameTypeRequiredDescription
taskstringYesWhat the browser agent should do
max_cost_usdnumberNoSpending cap for this run, reserved from your balance and enforced by the upstream

How your agent calls it

First inspect_tool for the current schema and price, then run_tool with the published example after confirming your inputs:

{
  "tool_id": "browser-use/run-task",
  "input": {
    "task": "Open https://example.com and return the page title.",
    "max_cost_usd": 0.05
  }
}

Price and billing

Price
Usage based
Model
Usage based
Detail
Billed at the cost the provider reports for the call, never above $5. Your agent sees the maximum before running.
  • The provider’s price, 0% markup.
  • One prepaid balance for every provider; your agent sees the price before it runs.
  • Pay for measured usage; unused reservations are released.