Getting startedConcepts

Concepts

The domain model: Tenant → Workspace → Space and below.

The platform hierarchy is multi-tenant and cascades permissions top-down.

ConceptDescription
TenantThe organization. Isolates data, billing and identities (incl. service principals).
WorkspaceCollaboration unit within the tenant. Has members, roles and tokens.
SpaceThe product's backbone: work management and Deploy hang off it. Behind the scenes, an isolated environment (cluster).
ContainerRecursive, user-definable tree within a space (folders, boards, lists, docs).
ItemTyped unit of work (Task, Bug, Story, Epic) with custom fields, workflow and views.
ServiceServerless app deployed in a space. Scales automatically, including to zero.
Kubernetes is the substrate for Deploy, but it is never exposed: the UI speaks in spaces, services and *instances* — never nodes, pods or replicas.