Authentication
The easiest way to handle authentication is to sync your local browser cookies (where you’re already logged in) to a Browser Profile in the Cloud. This lets you run tasks with your existing login states without managing credentials.
Sync Local Cookies to Cloud
Sync your local cookies where you’re already logged in:
This opens a browser where you log into your accounts. After syncing, you’ll receive a profile_id.
Make sure you’re logged into all the accounts you want to use before syncing.
View Your Synced Profiles
Visit https://cloud.browser-use.com/dashboard?tab=profiles to see all your synced local profiles.
Using Your Profile in Tasks
Once you have a profile_id, use it to run tasks with your authentication:
1. Create a Session with Your Profile
First, create a session using your synced profile. See the API reference for full details.
2. Create a Task with the Session
Now create a task using the session ID. See the API reference for full details.
Complete Example
Your profile preserves all login states, so subsequent tasks in the same session will remain authenticated.