Sync your local browser cookies to the cloud — instantly authenticate without managing credentials.
export BROWSER_USE_API_KEY=your_key && curl -fsSL https://browser-use.com/profile.sh | sh
profile_id
from browser_use_sdk.v3 import AsyncBrowserUse client = AsyncBrowserUse() session = await client.sessions.create(profile_id="your_synced_profile_id") result = await client.run("Check my LinkedIn messages", session_id=session.id)
Was this page helpful?