Skip to content

Organisation

An Organisation is the root tenant.

It's the legal/billing unit the customer signs up as. Owns Teams, which own Projects, which own Agents. Sets the org-level Policy floor that cascades down. Holds billing, SSO config, default settings.

Everything else is scoped under one Organisation.

OwnsTeams, billing relationship, SSO config, BYOK credentials, default Policy
Identified byorg_id (UUID); short-slug for human reference
Created viaself-serve signup, sales-onboarded provisioning, or OEM tenant carve-out
Statusnow
Organisation (root tenant)
├── Teams (people groupings, SSO-backed)
│ │
│ └── Projects (workspace groupings, with their own Policy floor)
│ │
│ └── Agents (the running code being governed)
├── Billing relationship
├── SSO / Identity Provider config
├── BYOK / Vault credentials
└── Org-level Policy floor (cascades down through Project → Agent)
ConcernWhere it lives on the Organisation
IdentityIdentity — SSO IdP, default API key issuance policy
CostBilling plan, spend caps, cost-center allocation
ComplianceDefault Compliance pack attachment, regulatory scope
BrandingOEM/white-label settings (if applicable)
VaultBYOK credentials shared across the org
Policy floorOrg-level Policy that every Project + Agent inherits via Cascade

Most TapPass concepts are scoped within an organisation. The Organisation itself is the boundary that makes multi-tenancy meaningful: data segregation, billing aggregation, identity scoping, default-policy authority.

It's also the unit OEM partners can carve up — a single TapPass deployment can host many Organisations, each with its own branding, vault backend, detection backends, and policy presets.

[create] Self-serve signup OR sales/OEM provisioning → org_id minted
[setup] SSO connected · BYOK credentials added · default policy attached
[populate] Teams created · Projects created · Agents onboarded
[operate] Day-to-day governance happens within the org
[archive] Org soft-archived; data retained per retention policy; no new sessions
PersonaSurfaceWhat they do
Org ownerSettings → OrganisationEdit metadata, billing, SSO, default policy
Operator(implicit)Every action implicitly scoped to the org they belong to
OEM partnerTenant admin UIProvision/manage many Organisations within one TapPass deployment