One deterministic check answers the question that matters immediately before money or an irreversible action moves: is this exact agent still authorized to do this exact thing, for this amount, with this counterparty, right now?
AgentProof is not another agent framework, wallet, identity provider or payment network. Put it immediately before a high-impact action. Your existing runtime still reasons; your existing rail still executes. AgentProof decides whether the action is admissible under the authority and policy in force at that moment.
Authority may narrow as one agent delegates to another. A child cannot silently expand what the original principal allowed.
Important delegated authority can be checked again immediately before commitment—not merely trusted because it was valid earlier.
A decision is not just advice. Allowed live actions can receive a short-lived, single-use permit that is consumed at the actual commit point.
Policy version, decision, authority fingerprint and outcome stay linked even when the model, wallet, workflow engine or rail changes.
Authorization does not have to mean unlimited consequence. Action type, amount, counterparty and reversibility can be bounded before execution.
Ambiguous authority, missing proof, exceeded limits or revoked delegation can stop the action before downstream systems receive it.
const decision = await agentproof.resolve({
principal: "acme",
agent: "buyer-agent",
action: "purchase",
amount: 1200,
currency: "USD",
counterparty: "vendor-17"
});
if (!["ALLOW","ALLOW_WITH_LIMITS"].includes(decision.decision)) {
throw new Error("Commit blocked");
}
// existing payment / booking / procurement rail continues here
The durable opportunity is the neutral policy checkpoint across changing agent and payment protocols—not forcing another end-to-end ecosystem.
AgentProof does not claim certification or partnership with a third-party protocol unless explicitly stated.
Public simulator plus a disposable 24-hour test tenant with up to 1,000 policy resolutions. No production authority.
Launch the pilot →Use the narrow paid resolver at the exact point an autonomous economic action is about to commit.
See a machine-paid call →Move one real high-impact agent action behind the guard. The founding pilot has no platform fee; live public calls remain pay-per-call.
Protect one real action → · Full pricing