docs/content/en/concepts/logical/organizations.md
An Organization is the unit of tenancy in Meshery. Organizations group users together and own all of the resources those users create — Workspaces, Environments, Designs, Connections, and more. Where a [Workspace]({{< ref "concepts/logical/workspaces.md" >}}) is your team's collaboration space, the Organization is the top-level container that everything else lives inside of, and the boundary that keeps one tenant's resources isolated from another's.
{{% alert color="dark" title="The unit of tenancy" %}} Organizations are the outermost boundary of ownership and access in Meshery. When using a Remote Provider, every Workspace, Environment, Design, and Connection belongs to exactly one Organization. {{% /alert %}}
Whether you have Organizations at all depends on which [Provider]({{< ref "reference/extensibility/providers/index.md" >}}) Meshery is connected to:
In other words, Organizations are a capability that a Remote Provider extends Meshery with. Different Remote Providers can offer richer or simpler organization models — hierarchical organizations, teams as user groups, fine-grained roles — through Meshery's [provider extensibility]({{< ref "reference/extensibility/providers/index.md" >}}) framework.
Organizations sit at the top of Meshery's logical hierarchy:
So a typical path from the top down is: Organization → Team → Workspace → Environment → Connection, with Designs deployed into the infrastructure a Workspace can reach.
See "[Workspaces]({{< ref "concepts/logical/workspaces.md" >}})" for more information.
See "[Environments]({{< ref "concepts/logical/environments.md" >}})" for more information.
See "[Designs]({{< ref "concepts/logical/designs.md" >}})" for more information.
See "[Connections]({{< ref "concepts/logical/connections/index.md" >}})" for more information.
A Remote Provider can extend an Organization well beyond simple grouping. Using Meshery Cloud as the reference implementation, an Organization can be configured with:
How those choices combine differs based on your connected Remote Provider. Experiences vary from a shared, hosted experience to a fully white-labeled deployment on the Organization's own domain. See your respective Remote Provider's documentation.
Organizations give Meshery a clear, isolated home for every team's work. Paired with a Remote Provider, they become the foundation for identity, access control, and a branded, multi-tenant experience.