Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-mintlify-profile-hot-load-save-changes-21459.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How Re-Authentication Works
When you save credentials, Kernel keeps your session authenticated automatically. Kernel runs periodic checks to detect expired sessions, and when logout is detected, re-auth happens automatically. When you create a browser with the profile, it’s already logged in. Initial login uses AI to discover the login page and identify form fields. This happens once per site—credentials are never passed to the LLM.| Step | Method |
|---|---|
| Discover login page | AI |
| Identify form fields | AI |
| Fill and submit credentials | Deterministic |
| Handle captcha | Stealth mode + captcha solver |
| Verify login success | AI |
| Step | Method |
|---|---|
| Navigate to login page | Deterministic (stored URL) |
| Fill and submit credentials | Deterministic (stored field mapping) |
| Handle captcha | Stealth mode + captcha solver |
| Verify login success | AI |
For sites with short session timeouts, configurable check intervals per auth agent are coming soon.
What authentication methods are supported?
Agent Auth supports username/password authentication and most SSO providers.What happens if login fails?
If a login attempt fails, Kernel will retry with exponential backoff. After multiple failures, the auth invocation will be marked as failed and you’ll receive an error. Common failure reasons include:- Invalid credentials
- Bot detection blocking the login page
- Site structure changes that break field detection
- Captcha that couldn’t be solved

