Skip to main content

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

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.

  1. Go to app.regle.dev
  2. Enter your email
  3. Click Send me a magic link
  4. Open the link from your inbox to finish signing in

Google

One-click sign-in for teams on Google Workspace.

  1. Click Sign in with Google
  2. 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

  1. Go to app.regle.dev and start a free trial
  2. Sign up with your email
  3. Confirm your email address via the verification link we send you

Inviting your team

  1. Go to Settings → Users
  2. Invite a teammate by email
  3. 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:

  1. Go to Settings → API Keys
  2. Click Generate API Key and give it a name
  3. 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