Agent Receipts
AR
Agent Receipts
/issue_receipt

issue receipt

Mint a verifiable provenance receipt for an autonomous-agent action. Returns a signed (ed25519), content-hashed (SHA-256), server-timestamped receipt that is ha

liveunknown~5s typical
mcpagentreceipts
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dropwatchhq-agent-receipts /issue_receipt for me.

Input

FieldTypeDescription
action*stringWhat the agent did, e.g. 'sent_payment' or 'approved_refund' or 'tool_call:search'.
agent_idstringStable identifier for the acting agent (chains group by this).
inputsstringRaw inputs to the action (any JSON). Hashed to a commitment; raw data not stored.
outputsstringRaw outputs/result of the action (any JSON). Hashed to a commitment; raw data not stored.
inputs_hashstringAlternatively, a pre-computed sha256 hex (or 'sha256:<hex>') of inputs.
outputs_hashstringAlternatively, a pre-computed sha256 hex (or 'sha256:<hex>') of outputs.
metadataobjectOptional small key/value context (model, version, request id, etc.).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-dropwatchhq-agent-receipts","endpoint":"/issue_receipt","input":{"action":"..."}}'
cli
npx cracked-ai run -p mcp-com-dropwatchhq-agent-receipts -e /issue_receipt -i '{"action":"..."}'
mcp
run_tool({ provider: "mcp-com-dropwatchhq-agent-receipts", endpoint: "/issue_receipt", input: {"action":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.