ZANII FLEET · ACCOUNTING BRAIN
One correct set of books.
Every bot plugs in.
Zanii Books is the multi-tenant double-entry engine behind the fleet. Ingest every payment once, keep a balanced ledger per client, and expose it over an API so Jensen, Sasa, Due and Meezan can track, chase, and file — without touching accounting logic.
Double-entry
DB-enforced balance
Multi-tenant
RLS-isolated books
Idempotent
ingest once, ever
Deterministic
no LLM in money math
API surface
POST/api/v1/eventsIngest a balanced event (idempotent on external_id)GET/api/v1/reports/pnlProfit & loss for the calling tenantGET/api/v1/reports/balance_sheetBalance sheetGET/api/v1/reports/trial_balanceTrial balance (nets to zero)GET/api/v1/healthLivenessAuthenticate with a per-tenant X-Api-Key. SDKs mirror Zanii Connect.