You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API and SDKs support listing, deleting, and downloading profile data as JSON. See the [API reference](/api-reference/profiles/list-profiles) for more details.
119
+
116
120
### Notes
117
121
118
122
- A profile's `name` must be unique within your organization.
119
123
- Profiles store cookies and local storage. Start the session with `save_changes: true` to write changes back when the browser is closed.
120
124
- To keep a profile immutable for a run, omit `save_changes` (default) when creating the browser.
121
125
- You can spin up multiple browsers in parallel using the same profile.
126
+
- Profile data is encrypted end to end using a per-organization key.
0 commit comments