How do I sign up and create my first instance?
- Topic
- Getting started
- Asked by
- New developers
Create an account at atlasauth.net — no credit card required for the Free plan.
Create an instance. Each application you build gets its own Atlas instance, which isolates its users, settings and keys from every other instance.
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).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.
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.