Managed Auth is currently in public beta. Features are subject to change.
How It Works
1
Create a Connection
A Managed Auth Connection links a profile to a website domain. Create one for each domain + profile combination you want to keep authenticated.
2
Start a Login Session
A Managed Auth Session is the corresponding login flow for the specified connection. Users provide credentials via a Kernel-hosted page or your own UI.Specify a Credential to enable re-authentication without user input.
3
Use the Profile
Once the auth connection completes, create browsers with the profile and navigate to the site. The browser session will already be authenticated.
Choose Your Integration
Hosted UI
Start here - Simplest integrationRedirect users to Kernel’s hosted page. Add features incrementally: save credentials for auto-reauth, custom login URLs, SSO support.
Programmatic
Full control - Custom UI or headlessBuild your own credential collection. Handle login fields, SSO buttons, MFA selection, and external actions (push notifications, security keys).
Why Managed Auth?
The most valuable workflows live behind logins. Managed Auth provides:- Works on any website - Login pages are discovered and handled automatically
- SSO/OAuth support - “Sign in with Google/GitHub/Microsoft” buttons work out-of-the-box via
allowed_domains - 2FA/OTP handling - TOTP codes automated, SMS/email/push OTP are supported
- Post-login URL - Get the URL where login landed (
post_login_url) so you can start automations from the right page - Session monitoring - Automatic re-authentication when sessions expire with stored credentials
- Secure by default - Credentials encrypted at rest, never exposed in API responses, or passed to LLMs