Skip to main content
Version: v1.0.0(int)

Platform

Workflows for identity, organization lifecycle, membership, invitations, and API tokens. They sit between the public API and the Platform and OrganizationSettings components. The platform schema is the only place L3 reaches outside a tenant; creating the user record and accepting an invitation both establish the tenant context everything else assumes.

External side-effects in this domain: Firebase Authentication (create and delete users), email sending (invitation delivery), and GCS (organization logo). Each is wrapped in its own helper; the workflow itself stays the unit of work. Login and logout have no workflow: Firebase manages them client-side.

Workflows W001W023, grouped by the endpoint namespace they back. Each maps 1:1 to the endpoint with the same number.

User

API tokens (PATs)

Invitations — invitee side

Organization

Members

Org invitations