A focused surface.
Synchronous where
it matters.
One endpoint to send activity, one endpoint to read the financial state. Light context returns in-line right away; the fuller state and its readiness gates typically update within minutes, and your product fetches them once they are ready.
Activity in.
Understanding out.
Your product already has the stream. Neumetria sits under it: ingest, interpret, keep the financial state current, expose gates. Your policy still decides what happens next.
as_of. Optional gate bundle for spend / save / invest / quiet.Understanding,
then gates.
The read surface is built for products and agents that need a person-shaped view before they paint a screen or plan a turn — not a dump of raw classifications.
A current behavioral view of the person: how they earn, spend, and hold, read in context, with confidence and as-of on each object.
Readiness for this moment: spend, save, invest, or stay quiet. Your product decides what that means for UI, policy, or an agent turn.
Versioned responses you can inspect and log. Built for human review and documentation when credit or automated systems sit under oversight.
Illustrative shape only. Field names and nesting in the private preview may differ. We do not publish the full object catalogue here on purpose.
Authentication is API-key based per tenant. Actors are scoped to your tenant. We do not share behavioral views across customers.
// illustrative { "actor_id": "a_4f2a9e...", "as_of": "2026-07-22T09:41:00Z", "understanding": { "income_rhythm": { "shape": "biweekly", "stability": 0.91 }, "liquidity_horizon": { "days": 11, "confidence": 0.78 }, "behavior_drift": { "direction": "cooling", "since_days": 19 } }, "gates": { "spend_readiness": "moderate", "save_readiness": "hold", "invest_readiness": "hold", "stay_quiet": false } }
»» Gate names describe readiness for your product to read. They are not advice, guarantees, or instructions to the end user.
Same API.
Three jobs.
Lenders, product surfaces, and agents all hit the same layer. What changes is what your policy does with the response.
Affordability context
Read capacity alongside the credit file for creditworthiness checks. Your institution owns approve, decline, limit, and price.
Lend application →02 · AdaptSurfaces and gates
Banks, wallets, and investment apps query the financial state and gates before painting a prompt — or choosing silence.
Adapt application →The caller · AgentsGround the turn
Agent runtimes fetch the financial state and gates before planning language. Your product bounds what the agent may do.
Agents application →Setup, security,
pricing, support.
// minimal ingest shape { "actor_id": "a_4f2a9e...", "transactions": [ { "amount": 52.40, "currency": "USD", "direction": "debit", "posted_at": "2026-07-19T10:24:00Z", "merchant_hint": "WHOLEFDS MKT" } ] }
Private preview.
On purpose.
Full OpenAPI, auth recipes, webhooks, and SDK patterns live in the private preview. We share them once we have mapped fit with your product and the first surface you are integrating.
Write with your product, the caller (lend, surface, or agent), and the environment you want to start in. We will send the preview and schedule a working session with your engineering lead.
Designed to embed via API — and, where useful, into agent runtimes. Built for regulated environments. Your product keeps the duty of care.
Ready to stream activity in?
If you are building lending, product surfaces, or financial agents on a current financial state, talk to us.