Files
browser-use/docs
Cursor Agent 1c70a9dbc5 docs: fix custom tool registry documentation to prevent common pitfalls
- Fix basics.mdx: change browser: Browser to browser_session: BrowserSession
- Fix basics.mdx: use async functions and proper ActionResult return type
- Add Warning about parameter name matching in basics.mdx
- Add Warning and Common Pitfalls section in add.mdx with clear examples
- Update AGENTS.md embedded docs to match

The agent injects special parameters by name matching, not by type.
Using incorrect parameter names (e.g., browser instead of browser_session)
causes tools to fail silently, which was a common user confusion.

Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2026-01-18 20:12:46 +00:00
..
2025-11-16 14:55:03 +00:00
2025-11-16 14:55:03 +00:00
2025-08-07 18:48:44 -07:00
2025-08-25 09:46:13 -07:00
2025-12-09 16:37:05 -08:00
2025-08-07 18:48:44 -07:00
2025-01-22 09:16:55 -08:00
2025-09-02 08:51:58 -07:00
2025-11-01 15:25:47 -07:00
2025-11-27 20:41:36 -06:00
2025-01-22 09:16:55 -08:00

Docs

The official documentation for Browser Use. The docs are published to Browser Use Docs.

Development

Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command

npm i -g mintlify

Run the following command at the root of your documentation (where mint.json is)

mintlify dev