create_action_receipt
Generate signed receipts to verify AI agent actions on Nostr, providing third-party attestation with an audit trail for accountability.
Instructions
Create a signed action receipt (kind 1111) attesting an agent's action. Third-party attestation via Jorgenclaw's signing key. Price: 21 sats.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier (e.g. "myagent@example.com") | |
| action | Yes | Action identifier (e.g. "posted_to_moltbook") | |
| summary | Yes | Human-readable description of the action | |
| metadata | No | Optional key-value pairs for additional context | |
| payment_preimage | No | Lightning payment preimage (64 hex chars) |