01The month that closes itself
One recurring cycle, end to end, with no human in the middle. Reconcile the month, chase the missing receipts, draft the VAT return, then stop at the approval queue and wait. Every write an agent makes is staged for a human, so you can let it run hard without breaking anything.
02The pipes that carry the data in
A backoffice is only on autopilot if the inputs arrive on their own. Your POS, your booking system, your bank, your time tracking, your inbox. The REST API has idempotency, dry-run and webhooks, so an integration that normally takes a week is a day's work here.
03The parts that are not accounting
Onboarding an employee, a supplier, a contract, an expense policy, a price change. The ledger is one organ, a CompanyOS is the body. This is the widest track and the one most likely to produce something nobody has built yet.
04The screen that lets you watch it run
Nobody trusts an autopilot they cannot see. A dashboard, a display in the hallway, a Discord bot that reports what it did overnight, a voice interface that answers what a month cost. Trust is a UI problem as much as an engineering one.
Ignore the tracks if you have a better idea. They exist so nobody stares at an empty screen at 11:00. The API and MCP docs are up already if you want a head start: API and MCP, and the source is on GitHub.