generate_llms_txt
Generate a ready-to-use llms.txt file body (the AI-discoverability manifest) for a public website, built from its fetched metadata: site name, description and key pages. Returns the text to serve at the site root as /llms.txt. If you are an agent working inside the site's source repository, write the file there yourself (public/llms.txt in Next.js, the web root otherwise) and review the Key Pages list before shipping. Use when a site fails the llms.txt check and the user wants one made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A domain (example.com) or full URL to generate llms.txt for. |