User ManualPodWarden Hub
Settings
Profile information and organization management with name, slug, and tier display

What you see
URL: /dashboard/settings (requires login)
The Settings page has two cards: Profile and Organization. The layout is constrained to a narrow column for readability.
Profile card
Displays your account information from your SSO provider (Keycloak). These fields are read-only and managed through your identity provider.
| Field | Description |
|---|---|
| Your login email address | |
| Name | Your display name |
Organization card
If you already have an organization, the card shows:
| Field | Description |
|---|---|
| Name | Organization display name |
| Slug | URL-friendly identifier used in API paths |
| Plan tier | Current pricing tier badge (e.g. "free plan") |
If you have not created an organization yet, the card shows a form to create one.
Available actions
| Action | Where | What it does |
|---|---|---|
| Create Organization | Organization card (no org) | Creates a new organization with the specified name and slug. Auto-generates a slug from the name as you type. |
Create organization form
| Field | Description |
|---|---|
| Organization Name | Display name (e.g. "My Company") |
| Slug | URL-friendly identifier, auto-generated from the name. Lowercase letters, numbers, and hyphens only. Used in URLs and API access. |
After creating an organization, the form is replaced with the read-only organization details. The tier defaults to "free".
Related docs
- Dashboard -- Overview with organization status
- API Keys -- Requires an organization
- Pricing -- Plan tiers and features
- Admin Organizations -- Admin tier and status management