Skip to main content
Use case · Actions

Agents propose.
Your policy decides.

An agent proposes an action: this amount, this merchant, now. Neumetria assesses the person for that specific act, executes the policy you published against the assessment, and answers inside the turn. The outcome words, the ceilings and the reason codes are yours.

01The idea

A band reads the person.
An action is specific.

Readiness describes the person: whether this is a moment for spending, saving, investing, or none of them. It does not answer whether an agent may spend €1,200 at this merchant right now. That question needs the action itself, and a rule you wrote about it.

An agent acting on someone’s behalf asks what a lender asks about a loan: does this person’s position support it. The difference is the clock. A lender has days. An agent has the rest of the turn.

So the assessment and the policy run together, against a fact snapshot written before the answer returns. Nothing is recomputed later against signals that have since moved, which is what makes the run readable a year afterwards.

How capacity is measured
02The call

Two calls,
inside the turn.

Assess the person for the action. Execute your policy against that assessment. Nothing is queued and nothing is polled.

01
Assess
Post the action your agent proposes: kind, amount, currency, merchant. We assess the person for that specific act and store what we read.
02
Evaluate
Name the policy you published. Its rules run against the assessment and return your outcome, your constraints and your reason codes.
03
Read back
Every assessment and every run is retrievable afterwards as served, never as a re-projection from today’s signals.
PurchaseAn amount, a currency, a merchant

The everyday agent action, assessed against the discretionary capacity the person has today. Send whatever merchant name the agent holds; resolving it to the entity we know is our job, not yours.

CreditThe same question, with a schedule

A credit action carries its instalments and cadence, so a borrowing question reaches the same surface, the same rule engine and the same record as the purchase beside it.

Every word in that response is yours. ALLOW_WITH_LIMITS is an outcome you declared, RENT_DUE_4_DAYS a reason you named, and the ceiling is the value of a rule you wrote, resolving against a measurement we served.

Action run · your policy
// illustrative evaluation response
{
  "outcome": "ALLOW_WITH_LIMITS",
  "reasons": ["RENT_DUE_4_DAYS"],
  "constraints": { "max_amount": 640.25 },
  "matched": {
    "kind": "rule",
    "rule_id": "near_large_obligation"
  },
  "policy": { "key": "agent_spend", "version": 4 }
}
The Neumetria console showing an action policy as a rule table, with the conditions and the outcomes they produce legible and the rest of the screen out of focus.
03Oversight

Automated,
and said so.

An answer inside the turn has nobody to wait for. Action policies publish in automated mode only: a blocking review is refused at publish rather than recorded as one that never happened.

You record the Article 22(2) basis on the version and it is frozen there. A share of runs that you set reaches a person after the fact, so your override rate stays measurable on the highest-volume surface you run.

A post-hoc review records agreement, or disagreement, with an outcome the caller already acted on. It is never presented as a review that prevented one.

04The line we hold

We execute your policy.
We never decide.

The outcome words are yours.

Neumetria has no vocabulary of allow or block. We supply the measurement and run the rule you wrote against it; every string that comes back is one you authored.

The caller is your agent, never the consumer’s. Serving a spending ceiling to a person’s own shopping assistant would be advising a consumer about their money, and that is the boundary this company does not cross.

Nothing here carries a calibrated reading, and no purchase produces an outcome label to learn from. Where learning happens, it happens on credit.

»» Who this is for
Agent platformsApplied AI

Teams whose agents act on money and want a rule that runs before they do, not a paragraph in a system prompt.

Banks & walletsProduct & risk

Teams putting an assistant in front of real accounts, with a published limit behind it and a record of every time it applied.

BNPL & lendersRisk & compliance

Teams already running a credit policy here, extending the same engine to the checkout an agent drives.

The Neumetria console showing the outcomes an action policy can reach and the surface it applies to, legible against the rest of the policy deliberately out of focus.
Actions

Run your policy before the agent acts.