Atlas
A Claude agent that does the books — over chat, SMS, or a texted receipt photo
An AI bookkeeping agent for small-business owners. Talk to it in plain language and it runs a real double-entry ledger, a lightweight CRM, and task pipelines — backed by ~40 permission-gated, typed tools over Postgres, with end-to-end type safety from schema to UI.
- Idempotency guard keyed on Claude’s tool_use_id so re-delivered webhooks replay instead of double-posting financial writes.
- Agent-built “Surfaces”: the model composes live dashboards from a Zod-validated component catalog bound to typed queries.
- Atomic ledger + audit writes via db.batch around Neon’s transaction-less HTTP driver — books can never post without their event trail.