Concept mapping
Moving the auth setup
This is the part worth doing carefully, because it’s where the two products differ in shape. On Kernel:- A connection binds one domain’s authentication state to a named profile.
- Kernel performs the login — hosted UI, your own UI, or programmatically — and writes the session into that profile.
- Kernel health-checks the connection and reauthenticates supported flows in the background.
- Any browser you create with
profile: { name }starts logged in, for every domain connected to that profile.
Things to check
- Reauthentication is not universal. Passkey-only flows aren’t supported, and some sites need per-site configuration. See the managed auth FAQ and test your flow before cutting over.
- Health check cadence is per plan. See pricing and limits.
- Concurrency and create rate are separate limits. See concurrency and limits.