generate_aps_txt
Generate a cryptographically signed aps.txt file to govern AI agent access to a website, specifying terms for training, inference, and redistribution, along with revocation and MCP upgrade endpoints.
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 |