Atom

User Guide

Operate the Atom Next UI — tenants, identities, access control, authorization, audit, and developer tools.

This guide is for operators and administrators who manage Atom through Atom Next, the web UI shipped alongside the Atom backend. It complements the rest of this documentation site, which focuses on the GraphQL API and the underlying access model — this guide focuses on the screens, dialogs, and buttons you click.

The UI is reachable at http://localhost:3005 in a default make up stack, and signs in with the same admin credentials as the API (admin / 12345678 in a fresh dev environment).

How this guide is organized

Start with the Quick Start if you are new to Atom — it walks through a complete access-control scenario end to end, from creating a tenant to seeing an allow and a deny decision in the Authorization debugger.

After that, each page documents one section of the left sidebar in detail: every field on every form, every row action, and every tab in every detail view.

Conventions used in this guide

  • Bold text names a UI label, field, button, or tab exactly as it appears on screen.
  • Code text is a value you type, a URL path, or a raw field value.
  • Screenshots are captured in the light theme; use the account menu's Theme switcher (see Account) if your instance is in dark mode.
  • Row actions (Inspect, Edit, Disable, Delete, and similar) appear at the end of each table row and are described once per page rather than repeated per screenshot.

On this page