generate_aps_txt
Creates a signed aps.txt file that declares AI agent governance terms, including training, inference, redistribution permissions, revocation endpoint, and MCP upgrade path.
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) | |
| training | No | ||
| inference | No | ||
| publicKey | Yes | Publisher's Ed25519 public key (hex) | |
| privateKey | Yes | Publisher's Ed25519 private key (hex) | |
| mcpEndpoint | No | ||
| publisherName | Yes | Human-readable publisher name | |
| redistribution | No | ||
| revocationEndpoint | No |