ReceiptMyAction
Create a stable timestamped record that an API identity reported a specific action fingerprint and outcome digest.
Use it when
A later agent, retry, or auditor needs to compare the exact result digest against the record created at execution time.
What is stored
Action fingerprint, outcome digest, status, receipt digest, and timestamps—never the action or outcome payload.
POST /v1/receipts/record
{"operation":"record","action_fingerprint":"sha256:…","outcome_digest":"sha256:…","outcome_status":"succeeded"}A receipt is a caller-asserted platform record. It is not legal proof, payment proof, or proof that the reported outcome occurred.