Users, roles and the organization
Invite users, assign roles, org slug, and login security.
Users, roles and the organization
Invite a user (step by step)
- Go to Settings → User Management → Invite user.
- Enter their email and assign one or more roles that control what they can see and do.
- Send the invite; they join your organization on accept.
Roles and permissions
Access is governed by role-based access control (RBAC). Every organization has built-in Admin, Member and Viewer roles, and you can create custom roles from a matrix of granular permissions under Settings → Roles and Permissions. You assign those roles to people here in User Management. For the full model, roles and the permission reference, see Access Control.
Organization
Settings → Organization (/settings/organization) holds your org name, slug and org-wide preferences. The slug matters for login (it scopes the same username across organizations) and for shareable links.
Login security
Login can be protected with a captcha (e.g. Turnstile). Administrators control whether it's enabled. (If you ever automate API logins, captcha must be configured accordingly.)
Least privilege: give people the lowest role that lets them do their job; reserve admin roles for those who manage settings, billing, users and keys. See Access Control best practices.