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
| Field | Type | Description |
|---|---|---|
| action* | string | What the agent did, e.g. 'sent_payment' or 'approved_refund' or 'tool_call:search'. |
| agent_id | string | Stable identifier for the acting agent (chains group by this). |
| inputs | string | Raw inputs to the action (any JSON). Hashed to a commitment; raw data not stored. |
| outputs | string | Raw outputs/result of the action (any JSON). Hashed to a commitment; raw data not stored. |
| inputs_hash | string | Alternatively, a pre-computed sha256 hex (or 'sha256:<hex>') of inputs. |
| outputs_hash | string | Alternatively, a pre-computed sha256 hex (or 'sha256:<hex>') of outputs. |
| metadata | object | Optional 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.