by @kernel
Setup and manage Kernel authentication connections for any website (Gmail, GitHub, Outlook, or custom domains). Handles managed auth flows with automatic reauthentication support.
Setup and manage Kernel managed authentication connections for any website with safety checks and reauthentication support.
kernel-auth setup gmail
Then visit the URL printed to complete login.
Works for any website — See Using Custom Domains for any other site.
kernel-auth setup <service> [--profile-name <name>]
gmail → gmail.comgithub → github.comoutlook → outlook.comFor any other website, use the --domain flag:
kernel-auth setup --domain amazon.com --profile-name amazon-main
kernel-auth setup --domain linkedin.com
kernel-auth setup --domain example.com --profile-name custom-site
kernel-auth setup gmail
kernel-auth setup github --profile-name github-work
kernel-auth setup outlook
AUTHENTICATED (user completed login, state stored) or NEEDS_AUTH (never logged in or login session expired)Check connection status:
kernel auth connections list # Check status
kernel auth connections get <id> # Get connection details
If a conn...