Digits
Digits is an AI-native accounting and bookkeeping platform for startups and their accountants, built around the Autonomous General Ledger (AGL) that auto-books the majority of transactions in real time. The Digits Connect API opens the AGL programmatically over REST with OAuth 2.0, letting partners send raw transaction, party, and dimension data for AI categorization and vendor enrichment, and read back ledger entries and financial statements. Digits also publishes an MCP server for AI agents (ChatGPT, Claude) to query the ledger.
APIs
Digits Transactions API
Read AI-categorized ledger transactions and journal entries, query entries by filter, and retrieve individual transactions from the Autonomous General Ledger (LedgerTransactionS...
Digits Source Sync API
Push raw source data - transactions, parties, products, departments, locations, and projects - into the AGL for AI research, enrichment, and categorization. Idempotence and dedu...
Digits Parties API
List and retrieve parties - the vendors, suppliers, customers, and other business relationships that Digits hydrates and enriches from transaction data (LedgerPartyService get a...
Digits Chart of Accounts API
List and retrieve ledger categories (chart of accounts) plus the dimensional accounting axes - departments, locations, and projects - used to classify financial data (LedgerCate...
Digits Financial Statements API
Generate core financial statements directly from the ledger - Balance Sheet, Profit and Loss, Cash Flow, Trial Balance, A/P Aging, and A/R Aging (LedgerStatementsService), plus ...
Digits Connections API
List and sync the connected data sources feeding the ledger, covering the 12,000+ financial-institution and payments integrations Digits ingests from (ConnectionSourceService li...
Digits Organizations API
Manage accounting-firm organizations and their client books, entities, and employees, including bulk operations for onboarding clients at scale (OrganizationService, Organizatio...
Digits Webhooks API
Receive event notifications from Digits at a configured webhook endpoint; Digits POSTs a JSON event body and expects a 2xx acknowledgment (WebhookService.receiveWebhookEvent).
Digits MCP Server
Model Context Protocol server that lets AI clients like ChatGPT and Claude connect directly to Digits to query the ledger in natural language. Discovery is published as an MCP S...