Files
browser-use/docs
Magnus Müller 9f272fab9a Enhance tool documentation with new examples and clarify action registration process
- Added new tools: "get 2fa code" and "send emails" to the basic tools section.
- Updated action registration instructions to simplify usage of the `@controller.action` decorator.
- Clarified return types for tools, allowing both `ActionResult` and simple strings.
- Improved examples for success and error responses, emphasizing the use of `ActionResult` properties.
2025-08-26 08:01:02 -07:00
..
2025-08-25 09:46:13 -07:00
2025-08-25 23:14:17 -07:00
2025-08-07 18:48:44 -07:00
2025-08-25 09:46:13 -07:00
2025-08-26 06:59:39 -07:00
2025-08-07 18:48:44 -07:00
2025-01-22 09:16:55 -08:00
2025-08-24 17:39:18 -07:00
2025-08-25 23:34:04 -07:00
2025-08-25 23:29:58 -07: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