Skip to content

Commit 5f7a2af

Browse files
committed
other notes
1 parent 8397a88 commit 5f7a2af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

browsers/profiles.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,14 @@ print("Live view:", kernel_browser2.browser_live_view_url)
113113

114114
</CodeGroup>
115115

116+
### Other ways to use profiles
117+
118+
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+
116120
### Notes
117121

118122
- A profile's `name` must be unique within your organization.
119123
- Profiles store cookies and local storage. Start the session with `save_changes: true` to write changes back when the browser is closed.
120124
- To keep a profile immutable for a run, omit `save_changes` (default) when creating the browser.
121125
- 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

Comments
 (0)