Authentication
Regle keeps sign-in simple. There are no passwords to manage for everyday use — you log in with an email magic link or Google.
Sign-in methods
Email magic link
The default way to sign in. Enter your email and Regle sends you a one-time sign-in link — no password to remember or reset.
- Go to app.regle.dev
- Enter your email
- Click Send me a magic link
- Open the link from your inbox to finish signing in
Google
One-click sign-in for teams on Google Workspace.
- Click Sign in with Google
- Authorize Regle to access your basic Google profile
Enterprise SSO: organizations can enforce SAML SSO so members sign in through your identity provider. Contact [email protected] to set this up.
Creating an account
- Go to app.regle.dev and start a free trial
- Sign up with your email
- Confirm your email address via the verification link we send you
Inviting your team
- Go to Settings → Users
- Invite a teammate by email
- Assign a role:
- Admin — full access to all settings
- Write — can manage incidents, changes, and monitors
- Read Only — read-only access
API access
For programmatic access, create an API key:
- Go to Settings → API Keys
- Click Generate API Key and give it a name
- Copy the key — you won't be able to see it again
Send the key in the X-Regle-ApiKey header:
curl -s https://api.regle.dev/v2/hello \
-H "X-Regle-ApiKey: $REGLE_API_KEY"
See the API reference for the available endpoints.
Security basics
- HTTPS only — all traffic is served over TLS.
- Organization isolation — each organization's data is kept separate.
- Scoped API keys — revoke a key any time from Settings → API Keys.
Enterprise plans add SAML SSO and audit log export. Talk to [email protected] for details.
Troubleshooting
Didn't get the magic link?
- Check your spam folder
- Make sure you entered the email associated with your account
- Magic links expire — request a fresh one if it's been a while
Google sign-in won't open?
- Allow pop-ups for
regle.dev - Try an incognito/private window or clear your browser cache
Still stuck? Email [email protected].
See also