Files
browser-use/docs
Magnus Müller 9828d18871 Implement cloud authentication feature in CLI and sync services
- Added `run_auth_command` to handle user authentication via the CLI, allowing users to authenticate with Browser Use Cloud.
- Updated `main` function to trigger authentication when the `--auth` option is used.
- Introduced `authenticate_cloud_sync` method in `CloudSync` to facilitate authentication after task completion.
- Modified `DeviceAuthClient` to handle empty agent session IDs gracefully.
- Updated documentation to include instructions for cloud authentication setup and usage.
- Enhanced tests to verify authentication flow and event handling based on authentication status.
2025-09-05 10:00:33 -07:00
..
2025-09-02 08:51:58 -07:00
2025-09-04 17:22:32 -07:00
2025-08-07 18:48:44 -07:00
2025-08-25 09:46:13 -07:00
2025-09-04 08:47:29 -07: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-09-01 23:01:42 -07:00
2025-09-01 22:05:02 -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