Get Started
Core Concepts
Seven words and you have the whole vocabulary:
organization · application · tenant · user · role · provider · Authaz Sign-In
Organization ← your company
└── Application ← a product you ship
├── Providers ← how users sign in
├── Users ← who signs in
├── Roles ← what they can do
├── Tenants (optional) ← your customers' workspaces
└── Branding ← logo, colors, domain
Organization#
Your company. One per Authaz customer. Owns billing, team members, and every application.
You don't pass an organization ID when calling the API — your API key (or JWT) already belongs to one, and Authaz scopes everything automatically.
Application#
A product you ship. Each application is independent: its own users, providers, roles, branding, custom domain, API keys.
curl -X POST https://your-app.authaz.io/api/v1/applications \
-H "X-API-Key: $AUTHAZ_API_KEY" \
-H "Content-Type: application/json" \
-d