create_access_receipt
Generates a signed receipt proving your agent consumed content under agreed terms and revocation policy.
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 |
|---|---|---|---|
| block | Yes | Governance block JSON string | |
| sourceUrl | Yes | URL where content was accessed | |
| intendedUsage | Yes | How you intend to use this content | |
| agentPublicKey | Yes | Your agent's Ed25519 public key (hex) | |
| agentPrivateKey | Yes | Your agent's Ed25519 private key (hex) |