Sync Local Cookies to Cloud
Sync your local cookies where you’re already logged in:profile_id.
Make sure you’re logged into all the accounts you want to use before syncing.
View Your Synced Profiles
Visit cloud.browser-use.com/settings?tab=profiles to see all your synced local profiles.Using Your Profile in Tasks
Once you have aprofile_id, use it to run tasks with your authentication:
1. Create a Session with Your Profile
2. Run a Task with the Session
Complete Example
Secrets
Pass credentials to the agent scoped by domain. The agent uses them only on matching domains.Domain restrictions: Use
allowed_domains with any auth method to restrict the agent to specific domains. Supports wildcards: example.com, *.example.com, http*://example.com.1Password Integration
Browser Use Cloud integrates with 1Password, allowing the agent to securely access your credentials directly from a vault and handle logins automatically — including 2FA codes stored in 1Password.Setup
1. Create a Dedicated Vault
Create a new vault in 1Password specifically for Browser Use:- Open 1Password and go to your vaults
- Create a new vault (e.g., “Browser Use” or “Automation”)
- Add the credentials you want the agent to access (usernames, passwords, and 2FA/TOTP codes)
We recommend using a dedicated vault rather than sharing your main vault. This gives you granular control over which credentials the agent can access.
2. Create a Service Account Token
Generate a service account token that Browser Use will use to read from your vault:- Go to 1Password Developer Tools - Service Accounts
- Click New Service Account
- Give it a descriptive name (e.g., “Browser Use Cloud”)
- Grant read access to the dedicated vault you created
- Copy the generated service account token
3. Connect to Browser Use Cloud
Add your 1Password token to Browser Use Cloud:- Go to Browser Use Cloud Settings - Secrets
- Click Create Integration
- Paste your service account token
- Save the integration
4. Run Tasks with Vault Access
- Go to cloud.browser-use.com
- Select the 1Password vault you want to use for the task
- Enter your task (e.g., “Log into my X account and check my notifications”)
- The agent will automatically retrieve credentials from your vault and handle the login
How It Works
When the agent encounters a login form:- It identifies the service (e.g., Twitter, GitHub, LinkedIn)
- Retrieves matching credentials from your connected 1Password vault
- Fills in the username and password
- If 2FA is required and a TOTP code is stored, it generates and enters the code automatically
The agent never sees your actual credentials. It only receives a placeholder indicating it has access to a credential. The actual username, password, and 2FA codes are filled in programmatically — keeping your secrets hidden from the AI model.