Authentication
Golem AI uses passwordless authentication. There are two paths in:- Email verification — one-time codes sent to your email
- Google OAuth — sign in with your Google account
Email verification
- Enter your email on the login page
- Receive a 6-digit verification code in your inbox
- Enter the code to authenticate
Google OAuth
Click Continue with Google on the login page and authorize Golem AI in the Google consent flow. Subsequent logins go through Google directly — no code required.Sessions
Once authenticated, your session persists across devices. Sign out from the account menu in the sidebar.API authentication
The web dashboard and the API use different credentials:- Dashboard — email + code or Google OAuth (above)
- API — Bearer token in the
Authorizationheader
Troubleshooting
- Code not received — check spam, then request a new code
- Invalid code — codes are single-use; request a fresh one
- Account locked — too many failed attempts are rate-limited; wait a few minutes and retry