generate_governance_block
Create a cryptographically signed governance block to set usage permissions for web content. Define policies for AI inference, training, redistribution, and more, with a content hash for integrity.
Instructions
Generate a cryptographically signed governance block for embedding in HTML pages. Includes terms, revocation policy, and content hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Article/page content to hash and govern | |
| publicKey | Yes | Publisher's Ed25519 public key (hex) | |
| privateKey | Yes | Publisher's Ed25519 private key (hex) | |
| inference | No | ||
| training | No | ||
| redistribution | No | ||
| derivative | No | ||
| caching | No | ||
| license_url | No | ||
| terms_version | No |