Help Center
Pages

How do I sign up and create my first instance?

Topic
Getting started
Asked by
New developers
AdminUpdated Sep 11, 2026
  1. Create an account at atlasauth.net — no credit card required for the Free plan.

  2. Create an instance. Each application you build gets its own Atlas instance, which isolates its users, settings and keys from every other instance.

  3. Copy your API keys from the dashboard. Every instance has a publishable key (pk_live_…, safe to ship in a browser) and a secret key (sk_live_…, server-only).

  4. Configure sign-in methods — enable the social providers, passkeys, magic links or password sign-in you want. All 56 providers are available on every plan.

  5. Drop the SDK into your app and you have a working sign-in.

Full walkthrough in the quickstart.

Sign up at atlasauth.net, create an instance (each app gets its own), and grab your publishable and secret API keys from the dashboard. You're ready to integrate in a couple of minutes.

Was this page helpful?
How do I sign up and create my first instance?