> ## Documentation Index
> Fetch the complete documentation index at: https://radarhq.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizations & roles

> Organizations are the tenant boundary in Cloud - they own clusters, members, billing, and audit. Three roles: owner, member, viewer.

In Radar Cloud, the **organization** is the tenant boundary. Clusters belong to one org. Members belong to one or more orgs. Billing, audit log, SSO config, and notification destinations are all org-scoped.

## Roles

| Role       | What it can do                                                                                                                       |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Owner**  | Everything: invite / remove members, change roles, configure SSO, manage billing, rotate tokens, delete clusters, export audit log.  |
| **Member** | Operational access: connect new clusters, use every feature in-cluster, mint their own PATs. Cannot manage members, billing, or SSO. |
| **Viewer** | Read-only access to clusters. Cannot mutate K8s resources, run exec / port-forward, or change org config.                            |

The role gates the **Cloud API** (orgs, members, billing). Inside a connected cluster, K8s RBAC takes over - see [Cloud RBAC](/docs/cloud/rbac) for how `cloud:owner` / `cloud:member` / `cloud:viewer` are mapped to ClusterRoles by Radar's chart.

## Multi-org membership

A user can belong to multiple orgs (e.g. one org per company they consult for, or a personal org plus a work org). The org switcher is the dropdown at the top of the left rail. Switching orgs reloads the page - your "current org" is server-side state, so links to clusters / settings always resolve in the correct tenant.

## Org settings

**Settings → Organization** (owner-only edit; members see read-only):

* **Name** - human label.
* **Allowed email domains** - list of domains that auto-join. Free-mail providers (`gmail.com`, etc.) are blocklisted.
* **Default invite role** - the role applied when users join via auto-join or an invitation link without a pre-selected role.

Organizational metadata you might also need lives elsewhere:

* **Members** - [Members & invitations](/docs/cloud/members)
* **Billing** - [Billing & plans](/docs/cloud/billing)
* **SSO** - [SSO](/docs/cloud/sso)
* **Audit log** - [Audit log](/docs/cloud/audit-log)
* **Notifications** - [Notifications](/docs/cloud/notifications)

## Creating a new org

From the org switcher, click **Create organization**. Name it, and you'll land on its empty home page. Connecting your first cluster mints the org's first audit event.

## Deleting an org

Owner-only. **Settings → Organization → Delete organization**. This:

1. Disconnects every cluster (the in-cluster Radar pods survive but stop reaching the control plane - uninstall the chart to fully clean up).
2. Cancels the Stripe subscription (no further invoices).
3. Drops members from this org (their accounts are not deleted - they just lose membership).
4. Schedules audit log deletion per the org's retention floor.

There's no recovery once delete is confirmed.

## See also

* [Members & invitations](/docs/cloud/members) - how to add people.
* [SSO](/docs/cloud/sso) - SAML / OIDC.
* [Billing & plans](/docs/cloud/billing) - free tier and Team / Enterprise.
* [Cloud RBAC](/docs/cloud/rbac) - how the role flows into K8s.
