Organizations (tenants) and members Available
The platform owner provisions organizations and members; every tenant-owned record carries organization ownership.
Evidence: POST /api/tenants; tests/test_tenants.py
An organization owns projects, memberships, policies, integrations and evidence.
The platform owner provisions organizations and members; every tenant-owned record carries organization ownership.
Evidence: POST /api/tenants; tests/test_tenants.py
Per-organization access tokens confine a member to their own organization's resources.
Evidence: POST /api/tenants/{id}/tokens; tests/test_tenant_tokens.py
Designed: an open registration journey with email verification. Today organizations are provisioned by the platform owner; the Register page requests access.
Evidence: IGB-DOC-02 §2.1; IGB06-05