DualEntry website screenshot

DualEntry

DualEntry is an AI-native ERP (enterprise resource planning) platform for finance and accounting teams, positioned as a modern replacement for NetSuite, QuickBooks, and Xero. It covers core financials (general ledger, accounts payable and receivable, cash management, bank and account reconciliation, tax, and month-end close), advanced accounting (ASC 606 revenue recognition, subscription billing, prepaid amortization, fixed-asset and multi-book depreciation), and enterprise scale (multi-entity consolidation, multi-currency, intercompany journal entries, budgeting, and reporting), layered with AI automation for categorization, anomaly detection, OCR document capture, and continuous close. Developers integrate through the DualEntry Public API (V1 and V2 REST), a hosted MCP server for AI assistants, a first-party Python CLI, and signed webhooks. The company raised a $90M Series A and is backed by GV, Khosla Ventures, and Lightspeed Venture Partners.

DualEntry publishes 1 API on the APIs.io network. Tagged areas include Company, AI, Accounting, ERP, and Finance.

The DualEntry catalog on APIs.io includes 1 event-driven AsyncAPI specification.

DualEntry’s developer surface includes documentation, API reference, getting-started guide, engineering blog, pricing, signup flow, CLI, and 21 more developer resources.

54.3/100 developing ▬ flat Agent 48/100 agent ready Full breakdown ↓
scored 2026-08-10 · rubric v0.9.1
AccessSelf serve
1 APIs 1 MCP Servers
CompanyAIAccountingERPFinanceFinancial OperationsBookkeepingRevenue RecognitionFintech

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-10 · rubric v0.9.1
Composite quality — 54.3/100 · developing
Contract Quality 12.9 / 25
Developer Ergonomics 13.9 / 20
Commercial Clarity 10.5 / 20
Operational Transparency 7.9 / 13
Governance 0.4 / 12
Discoverability 8.7 / 10
Agent readiness — 48/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/dualentry: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

DualEntry Public API

REST API for programmatic access to an organization's accounting data across setup (accounts, items, classifications), master data (companies, customers, vendors), transactions ...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

dualentry-mcp.yml

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Dualentry Rate Limits

3 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Dualentry Authentication

apiKey/oauth2 · 2 schemes

SECURITY

Dualentry Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: dualentry
name: DualEntry
description: DualEntry is an AI-native ERP (enterprise resource planning) platform for finance and accounting teams, positioned
  as a modern replacement for NetSuite, QuickBooks, and Xero. It covers core financials (general ledger, accounts payable
  and receivable, cash management, bank and account reconciliation, tax, and month-end close), advanced accounting (ASC 606
  revenue recognition, subscription billing, prepaid amortization, fixed-asset and multi-book depreciation), and enterprise
  scale (multi-entity consolidation, multi-currency, intercompany journal entries, budgeting, and reporting), layered with
  AI automation for categorization, anomaly detection, OCR document capture, and continuous close. Developers integrate through
  the DualEntry Public API (V1 and V2 REST), a hosted MCP server for AI assistants, a first-party Python CLI, and signed webhooks.
  The company raised a $90M Series A and is backed by GV, Khosla Ventures, and Lightspeed Venture Partners.
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://cdn.prod.website-files.com/66bf861737ab5a556a15c52b/671944f8d88d82c212724765_DualEntry.png
url: https://raw.githubusercontent.com/api-evangelist/dualentry/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- gv
- khosla-ventures
- lightspeed-venture-partners
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
tags:
- Company
- AI
- Accounting
- ERP
- Finance
- Financial Operations
- Bookkeeping
- Revenue Recognition
- Fintech
apis:
- name: DualEntry Public API
  description: REST API for programmatic access to an organization's accounting data across setup (accounts, items, classifications),
    master data (companies, customers, vendors), transactions (invoices, bills, journal entries, payments, purchase orders),
    and automation (recurring transactions, attachments). V2 adds depreciation books, intercompany journal entries, and multi-book
    fixed-asset depreciation. Authenticated with an X-API-KEY header; offset-based pagination; token-bucket rate limiting;
    signed webhooks for record lifecycle events.
  humanURL: https://docs.dualentry.com/developers/guides/index
  baseURL: https://api.dualentry.com/public/v2/
  tags:
  - Accounting
  - ERP
  - Finance
  properties:
  - type: APIReference
    url: https://docs.dualentry.com/developers/api/resources-v2/invoices/list-invoicev2-records
  - type: GettingStarted
    url: https://docs.dualentry.com/developers/guides/quickstart-first-api-call
  - type: Authentication
    url: authentication/dualentry-authentication.yml
  - type: RateLimits
    url: rate-limits/dualentry-rate-limits.yml
  - type: Webhooks
    url: asyncapi/dualentry-webhooks.yml
  - type: ErrorCatalog
    url: errors/dualentry-problem-types.yml
  - type: Conventions
    url: conventions/dualentry-conventions.yml
  - type: Lifecycle
    url: lifecycle/dualentry-lifecycle.yml
  - type: DataModel
    url: data-model/dualentry-data-model.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.dualentry.com
- type: DeveloperPortal
  url: https://docs.dualentry.com/developers/guides/index
- type: Documentation
  url: https://docs.dualentry.com
- type: APIReference
  url: https://docs.dualentry.com/developers/api/resources-v2/invoices/list-invoicev2-records
- type: GettingStarted
  url: https://docs.dualentry.com/developers/guides/quickstart-first-api-call
- type: Blog
  url: https://www.dualentry.com/blog
- type: Pricing
  url: https://www.dualentry.com/pricing
- type: SignUp
  url: https://app.dualentry.com/
- type: Login
  url: https://app.dualentry.com/
- type: TermsOfService
  url: https://www.dualentry.com/legal/website-terms-of-use
- type: PrivacyPolicy
  url: https://www.dualentry.com/legal/privacy-policy
- type: GitHubOrganization
  url: https://github.com/dualentry
- type: TrustCenter
  url: https://trust.dualentry.com/
- type: MCPServer
  url: mcp/dualentry-mcp.yml
- type: CLI
  url: cli/dualentry-cli.yml
- type: Packages
  url: packages/dualentry-packages.yml
- type: Sandbox
  url: sandbox/dualentry-sandbox.yml
- type: Webhooks
  url: asyncapi/dualentry-webhooks.yml
- type: Authentication
  url: authentication/dualentry-authentication.yml
- type: Conventions
  url: conventions/dualentry-conventions.yml
- type: RateLimits
  url: rate-limits/dualentry-rate-limits.yml
- type: ErrorCatalog
  url: errors/dualentry-problem-types.yml
- type: Lifecycle
  url: lifecycle/dualentry-lifecycle.yml
- type: ChangeLog
  url: changelog/dualentry-changelog.yml
- type: Conformance
  url: conformance/dualentry-conformance.yml
- type: DataModel
  url: data-model/dualentry-data-model.yml
- type: DomainSecurity
  url: security/dualentry-domain-security.yml
- type: LLMsTxt
  url: llms/dualentry-llms.txt
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence