Loopback.Cloud
Documentation
DocumentationTenancy and scope

Tenancy and scope

This page is the mental map for every other guide. Loopback is built as nested scopes. Permissions, billing, DNS, networking, and compute all inherit from that shape.


The four layers

Account
A person (or tightly scoped automation using account API keys). An account can join many organizations with different roles in each. The account is not where servers or clusters live.

Organization
The commercial and administrative tenant. It owns projects, domains, payment instruments, notification channels, network bridges between org networks, and the RBAC roles you define. Compliance reviews usually start here: data and invoices roll up to the organization.

Project
A governance boundary inside an organization. Every workspace belongs to exactly one project. Many teams use separate projects for production, staging, and internal tooling. Project-scoped resources (for example some load balancers, object stores, DNS zones, monitoring objects) are shared across workspaces in that project when you design them that way.

Workspace
The environment where hosts, agents, Kubernetes (when applicable), workspace-scoped load balancers, and workspace-scoped firewalls live. This is the level at which you typically order servers, open shell sessions, and download kubeconfig.


Why the split matters for buyers

  • Isolation: Strong boundaries between organizations; configurable separation between projects and workspaces.
  • Delegation: You can give a contractor project access without handing them the whole organization.
  • Cost and audit: Line items and usage reports are aligned to organization and then allocated by project / workspace in reporting surfaces your operator exposes.

How this connects to networking

Networks are stored per organization but carry a context field: they can be tied to the whole organization, to a specific workspace, or to system scope in legacy flows. Bridges connect two networks within the same organization. Firewalls can be organization-wide or workspace-scoped, and hosts can attach additional firewall objects so effective policy is layered.

Read next: Networking overview, Firewalls.


Loopback.Cloud
© Loopback.Cloud. All rights reserved.