Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

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.com email automatically joins the Acme organization)

Learn More