AgentReceipts live Alpha
How the proof path works.
AgentReceipts defines the permitted scope before an action, records the result afterward, and exposes a receipt that can be inspected and verified.
Alpha / static sandbox / entitlement fixture / non-settlement
Action recognition
An agent is about to create an external effect.
Before, during and after
A controlled path from mandate to receipt.
The declared scope governs the action. The resulting record makes the path inspectable.
- 01 / BeforeMandate and proposed actionScope and intent are recorded before execution.
- 02 / DuringAction inside the boundaryThe declared rule determines whether execution continues.
- 03 / AfterAction receipt and verificationThe resulting record can be inspected and checked.
See the seven-step technical flow
- 01Discover contractRead the public decision and tool routes.
- 02Identify mandate and intentState delegated authority and the proposed action.
- 03Select tool or templateChoose a supported public contract.
- 04Execute within boundaryProceed only inside the established authorization boundary.
- 05Produce receiptRecord the action result and linkage.
- 06VerifyCheck receipt identifiers, state, and checksum shape.
- 07Optional metadata-only telemetrySignal explicitly when useful; no hidden telemetry or raw payloads.
Decision boundary
Determine the safe next step before action.
The decision is explicit: continue, verify, do nothing, or stop.
Use AgentReceipts
Do not use AgentReceipts
Inspect the five controlled decision classes
Receipt and verification
The artifact and its proof boundary.
Stable object names make the action lifecycle clear.
Verification confirms
Identifiers, recorded linkage, declared state, checksum shape, and a reproducible result.
Verification does not confirm
External outcome truth, identity assurance, legal validity, financial execution, or settlement finality.
FOR AN AGENT OR INTEGRATIONMachine-readable entry points
Technical JSON
Public machine contracts are listed below. Private runtime inputs remain outside this surface.