Getting startedConcepts
Concepts
The domain model: Tenant → Workspace → Space and below.
The platform hierarchy is multi-tenant and cascades permissions top-down.
| Concept | Description |
|---|---|
| Tenant | The organization. Isolates data, billing and identities (incl. service principals). |
| Workspace | Collaboration unit within the tenant. Has members, roles and tokens. |
| Space | The product's backbone: work management and Deploy hang off it. Behind the scenes, an isolated environment (cluster). |
| Container | Recursive, user-definable tree within a space (folders, boards, lists, docs). |
| Item | Typed unit of work (Task, Bug, Story, Epic) with custom fields, workflow and views. |
| Service | Serverless 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.