manage_profiles when a browser needs saved login state across sessions. A profile persists cookies and session data, so your agent can reuse authenticated state instead of asking the user to sign in every time.
For profile concepts and SDK examples, see Profiles.
Actions
Recommended flow
- Call
setupwith a memorableprofile_name. - Open the returned live view URL and sign in to the target accounts.
- Delete the setup browser when you’re done so Kernel saves the profile changes.
- Use
profile_nameorprofile_idwithmanage_browsersormanage_browser_poolswhen launching future sessions.
Parameters
Response behavior
By default,list returns the full matching profile inventory so agents can choose a profile without paging. When you pass limit or offset, list returns structured pagination JSON with items, has_more, and next_offset, including explicit empty pages.