agentspeed.
← all tools
Tool

llms.txt generator

Build a spec-compliant /llms.txt file for your site. AI agents (ChatGPT, Claude, Perplexity) read this file to understand what you offer and which pages matter. See the spec at llmstxt.org.

Builder
llms.txt
# Acme Inc.

> A made-up SaaS for demonstration.

Acme Inc. helps small teams ship faster with a single dashboard for billing, support, and analytics.

## Docs

- [Quickstart](https://acme.example/docs/quickstart): Get from zero to first request in under 5 minutes.
- [API reference](https://acme.example/docs/api)

## Pricing

- [Plans](https://acme.example/pricing): Free, Starter, Growth, Enterprise.
What goes in llms.txt
01

Title + tagline

Your project's name and a one-line description. Agents cite this as the canonical identifier for your site.

02

Sections of links

Group related pages under H2 headers (Docs, Pricing, API, Policies). Each link is [Title](URL) with an optional description.

03

Publish at root

Serve at https://your-domain/llms.txt as plain text or markdown. Don't block in robots.txt.