The loop
A live database the AI actually operates.
Not a chatbot bolted onto a dashboard. UnitCheck reads your live operating data, reasons across every domain, prepares evidence-backed work, and waits for a human to approve before anything hits the record.
Live state
The AI reads your current tenant-scoped data — fleet, gate moves, leases, EDI, billing, yard, funds.
Across domains
It reasons over the whole operation at once: what is idle, mis-billed, overdue, or out of position.
Evidence-backed
It drafts the next action with a rationale and the records that justify it — not a guess, a citation.
Human in control
Nothing hits the ledger until a person approves. Every write is audited and reversible.
Model-agnostic
Your database. Your model.
Bring your own Anthropic or OpenAI key. The intelligence runs on whatever model you pick, and when a better one ships you switch with one setting. Use a frontier model for hard reasoning, a leaner one to keep costs down. You hold the key, the spend, and the governance.
One core, two segments
International and domestic, on the same spine.
Leasing & trading
The full container lifecycle for lessors, traders, and operators — from gate move to GL.
- EDI
- per-diem
- D&D / FMC
- repositioning
- EOR
- IFRS 16
- investor funds
Storage & rental
NPSA-style storage and ground-level rental — delivery-anchored billing, dispatch, and yard.
- rentals
- dispatch
- yard slotting
- quote-to-cash
- national accounts
Enterprise controls
Governed by design.
The AI is powerful because the controls around it are strict. Isolation, approval, and audit are part of the product, not an afterthought.
Tenant isolation
Row-level security at the database, not just the app — every query is scoped to one tenant by Postgres itself.
Write governance
Every meaningful write goes propose → approve → execute. The AI never writes unsupervised.
Canonical ledger
A real double-entry subledger underneath. Trial balance always balances: Σ debits = Σ credits.
Audit spine
Every state change emits an event. Signed webhooks and a full timeline make the system replayable.