Five deterministic pre-flight guardrails an AI agent buys per call before it commits an action or output: schema/type validation, money math, spend-policy enforcement, factual grounding and brand compliance. Each returns a clean pass/fail with reasons.
Trust Checks gives an autonomous agent a cheap, stateless way to verify itself before it acts. Each of the five endpoints takes the agent's proposed output plus the constraints to check it against, and returns a structured pass/fail it can branch on: /schema confirms a structured output has the required fields and correct types; /calculate independently re-computes order/invoice math (gross, fees, net) so totals can't drift; /policy checks an intended action — vendor, amount, category — against allow/block lists and a spend cap before money moves; /knowledge checks an answer against a list of approved facts and forbidden claims to catch ungrounded or off-limits statements; /brand checks copy against forbidden words, required terms and preferred-term substitutions. All endpoints are deterministic, stateless POSTs metered per call via x402 — the caller authenticates by payment (X-Payment header) and needs no API key of its own.
https://gateway.apiosk.com/trust-checks