create_access_receipt
Generate a signed cryptographic receipt proving an AI agent consumed content under specified usage terms and revocation policy, with agent keys and source URL.
Instructions
Create a signed access receipt — cryptographic proof that your agent consumed content under specific terms. The receipt captures terms and revocation policy at access time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentPublicKey | Yes | Your agent's Ed25519 public key (hex) | |
| agentPrivateKey | Yes | Your agent's Ed25519 private key (hex) | |
| block | Yes | Governance block JSON string | |
| sourceUrl | Yes | URL where content was accessed | |
| intendedUsage | Yes | How you intend to use this content |