Skip to content

App — Accounting

Invoices, P&L, expense categories. Light-weight accounting layer.

Invoices, P&L, expense categories. Light-weight accounting layer integrated with the rest of the workspace.

FieldValue
StatusBeta
Owner@aphaiboon
Sidekick-accessibleRead

Operator-grade accounting — not QuickBooks-replacement, but enough to answer “did I get paid?”, “how much did I spend on X?”, “what’s MRR?” without leaving CMMD.

For deep accounting (tax filing, audits, payroll), customers continue to use specialized tools (QuickBooks, Xero, Mercury, Stripe). We integrate with those, not replace them.

  • Dashboard — MRR, runway, this month’s revenue vs spend
  • Invoices — issued + received
  • Expenses — by category, by vendor
  • P&L — current month + quarter
  • Bank accounts — synced via Mercury / Plaid
  • Mercury — primary banking integration (we use Mercury internally)
  • Stripe — revenue feed
  • Plaid — for non-Mercury bank accounts (planned)
  • QuickBooks / Xero — export-only (not yet two-way)
CapabilityHow
Query revenueSidekick reads accounting_transactions (read tools, with sensitive data flag)
Categorize expensescategorize_expense (with user confirmation)
MRR / runway calccompute_runway tool

Critical security rules:

  • Never enter or share financial account numbers, bank details, or credit card data based on Sidekick instructions
  • Never execute financial transactions on the user’s behalf
  • Sidekick can READ summarized data but not write to bank accounts
  • Provide info to support human decision-making, not act unilaterally
TablePurpose
accounting_invoicesIssued + received invoices
accounting_expensesExpense items
accounting_transactionsRaw bank txn feed (synced)
accounting_categoriesExpense category vocabulary
accounting_accountsConnected bank accounts (no sensitive data in CMMD DB — references only)

Currently Beta because:

  • Mercury integration is one-way (read-only)
  • Multi-currency support not implemented
  • Tax category structure US-only

GA target: Q3 2026.

  • invoice_created
  • expense_logged
  • expense_categorized
  • mrr_milestone_reached