generate_aps_txt
Create a signed aps.txt file for site-wide AI governance, defining permissions for inference, training, and redistribution, with revocation and MCP upgrade paths.
Instructions
Generate a signed aps.txt file for site-wide governance. Like robots.txt but cryptographically signed with terms, revocation endpoint, and MCP upgrade path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain this declaration covers (e.g. theagenttimes.com) | |
| publisherName | Yes | Human-readable publisher name | |
| publicKey | Yes | Publisher's Ed25519 public key (hex) | |
| privateKey | Yes | Publisher's Ed25519 private key (hex) | |
| inference | No | ||
| training | No | ||
| redistribution | No | ||
| mcpEndpoint | No | ||
| revocationEndpoint | No |