Persist cookies, local storage, and browser state across sessions using an environment’s browser profile
Every environment includes a browser profile that stores persistent Chrome data — cookies, local storage, extensions, IndexedDB, cached credentials. When you attach an environment to a session, the browser starts with that saved state already loaded.Without a profile: every session opens a blank browser. You log in each time, re-accept cookie banners, and lose any site-specific data.With a profile: sessions pick up where you left off. Login cookies persist, preferences carry over, and previously saved data is available immediately.
Cookie consent choices, language settings, dark mode preferences, and other site-specific configuration carry over between sessions without any extra setup.
Each environment tracks the state of its browser profile:
Status
Meaning
empty
No browser data yet — sessions start with a clean browser and populate the profile on exit
uploading
A profile upload is in progress
ready
Has browser data — sessions load the saved state before executing tasks
You can attach an environment with status empty to a session. The session starts with a clean browser, and the profile is populated automatically when the session ends.
The sync command packages your local Chrome browser data and uploads it directly to an environment. This is the fastest way to populate a profile if you’re already logged into sites locally.