Skip to main content

Finance & Costs

Manual inputs for the Unit Economics & Runway engine. Both are owner-level (not per-app). All routes require the standard co-founder auth.

Get finance snapshot

Returns cash on hand plus all cost line items.
finance is null until you first set cash on hand.

Set cash on hand

Upserts the single finance row. cashOnHand may be null to clear it.

Add a monthly cost

label and a numeric monthlyAmount are required. category is optional. appId attributes the cost to one app (feeds that app’s contribution margin); omit or null for shared company overhead.

Update / remove a cost

Only active cost lines are summed into monthly burn. Setting active: false keeps the row for history but excludes it from the runway calc.

Thresholds

Runway/payback guardrail thresholds live on preferences, not here: runwayFloorMonths (default 6) and paybackCeilingMonths (default 18).

From chat

The agent can write all of the above without the API — chat tools set_cash_on_hand, add_monthly_cost, list_finance, and set_finance_thresholds back these same tables (see Unit Economics).