Organizations
:::info Coming Soon This feature is under active development. The design below reflects our planned implementation. :::
Organizations are groups of users within your application. They provide a natural way to model teams, companies, or workspaces — making them ideal for B2B SaaS applications.
Use Cases
- Team accounts — Group users into teams with shared resources
- Company workspaces — Each of your customers gets their own organization
- Multi-tenant isolation — Scope data and access to the organization level
Key Features (Planned)
- Create and manage organizations through the API
- Invite members via email
- Organization-level roles (admin, member, and custom roles)
- Verified domains for automatic membership (e.g., anyone with an
@acme.comemail automatically joins the Acme organization)
Learn More
- Creating Organizations — How to create and configure organizations
- Membership & Invitations — Managing members and sending invitations
- Organization Roles — Role-based access within organizations
- Multi-Tenancy Patterns — Architectural patterns for B2B applications