generate
Generate an llms.txt agent-discovery file from structured service metadata (name, endpoints, overview, links, pricing). Returns the llms.txt content and output metrics. Requires a valid API key (Bearer token); billing is per input character. To check an existing llms.txt for spec compliance, use validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Service name (H1 title of the llms.txt file). | |
| links | No | Optional related links (docs, source, etc.). Each item has title and url. | |
| pricing | No | Pricing summary string (e.g. "$0.0002 per call"). Pass null to omit. | |
| tagline | No | One-line summary of the service, shown as a subtitle below the H1. Pass null to omit. | |
| overview | No | Paragraphs of prose describing the service. Each array element becomes a paragraph in the llms.txt Overview section. | |
| endpoints | Yes | API endpoints to list in the llms.txt. Each item has method, path, and description. |