governance_360
Verify governance block integrity, signature, and content hash, check usage terms against intended use, and produce a signed access receipt for each page read.
Instructions
Execute the full governance 360 loop on HTML content: extract governance block → verify signature + content hash → check usage terms → create signed access receipt. This is what an agent calls on every page it reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Full HTML of the page | |
| sourceUrl | Yes | URL of the page | |
| contentBody | Yes | Article text content (for hash verification) | |
| intendedUsage | Yes | ||
| agentPublicKey | Yes | Your agent's Ed25519 public key (hex) | |
| agentPrivateKey | Yes | Your agent's Ed25519 private key (hex) | |
| publisherPublicKey | Yes | Publisher's Ed25519 public key (hex) |