Documentation

Integrations & operations

AdminUpdated Sep 11, 2026

Integrations & operations

Atlas doesn't live in isolation. This section covers the machinery that connects it to the rest of your stack and lets you run it day to day: events pushed to your backend, tokens shaped for third-party services, the keys your servers authenticate with, and the numbers that tell you how it's being used.

Events and tokens flowing between Atlas and your systems

What's here

Topic

What it's for

Page

Webhooks

React to events (user.created, session.revoked, …) in real time

Webhooks

JWT templates

Mint tokens with custom claims for third-party services

JWT templates & custom claims

API keys & tokens

Authenticate your backend, scoped to exactly what it needs

API keys & tokens

Usage & analytics

See sign-ins, sign-ups and active users over time

Usage & analytics

Two directions of integration

  • Atlas → you. Webhooks push events to your backend so you can provision resources, sync a mirror table, or kick off email. The audit log is the pull-based counterpart.

  • You → Atlas. Your backend calls the Backend API with a secret key to manage users, organizations, roles and more.

Next

Start with events → Webhooks.

Was this page helpful?