Skip to main content
Use 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

  1. Call setup with a memorable profile_name.
  2. Open the returned live view URL and sign in to the target accounts.
  3. Delete the setup browser when you’re done so Kernel saves the profile changes.
  4. Use profile_name or profile_id with manage_browsers or manage_browser_pools when 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.

Set up a profile

Search profiles