Ledger & platform
Tenant setup, journals, approvals, reports, webhooks, audit, and usage.
Invarent financial control API
A production OpenAPI 3.1 contract for multi-tenant, double-entry accounting workflows with immutable posting and explicit approvals.
Credentials stay in environment variables and every read is tenant scoped.
Scroll horizontally for the complete command →
export INVARENT_BASE_URL="https://api.invarent.com"
export INVARENT_API_KEY="<scoped tenant key>"
curl "$INVARENT_BASE_URL/v1/tenant" \
-H "Authorization: Bearer $INVARENT_API_KEY"The runtime is a source-derived superset of the canonical target.
Tenant setup, journals, approvals, reports, webhooks, audit, and usage.
AP, AR, cash, payroll, assets, revenue schedules, and close controls.
Projects, contracts, CLINs, WBS nodes, cost pools, and indirect rates.
Evidence-bearing suggestions with explicit approve and reject boundaries.
Tax packages, report snapshots, filing gates, and access evidence.
TypeScript and Python clients are generated deterministically from the hosted runtime contract.
@ledgeros/runtime-typescript-sdkTyped paths, request bodies, responses, and OAuth form serialization.
ledgeros-runtimeSynchronous HTTPX client covering all runtime operations.