Trust Receipt API
Cryptographic trust receipts for AI agent actions — HMAC-SHA256 signed, immutable audit trail. ## Features - **Issue signed receipts** for any agent action (tool calls, decisions, data access) - **Batch issue** up to 50 receipts in one request - **Public verification** — anyone can verify receipt integrity without authentication - **Filter & search** by agent ID, action type, and date range -…
Trust Receipt API endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| POST |
createApiKey /v1/keys |
Create a new API key. Requires master key authentication. |
| GET |
healthCheck /health |
|
| GET |
getStats /v1/stats |
Public usage statistics — no authentication required. |
| Receipts | ||
| GET |
getAgentReceipts /v1/agents/{agent_id}/receipts |
|
| GET |
listReceipts /v1/receipts |
List receipts with optional filters for agent_id, action, and date range. |
| GET |
getReceipt /v1/receipts/{id} |
|
| POST |
batchIssueReceipts /v1/receipts/batch |
Issue up to 50 signed trust receipts in a single request. |
| POST |
issueReceipt /v1/receipts |
Issue a new HMAC-SHA256 signed trust receipt for an agent action. |
| Verification | ||
| POST |
verifyReceipt /v1/receipts/{id}/verify |
Public endpoint — no authentication required. Verify that a receipt's signature is valid. Two modes: (1) Verify by ID using stored data, (2) Verify a provided receipt object. |
Trust Receipt API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|