AgentScan logoAgentScan
Generators

llms-full.txt Generator

llms-full.txt is the companion format to llms.txt that embeds full content directly so agents do not need additional fetches. Add titles and content blocks, see token estimate, then copy or download.

Header

#1
#2

Generated llms-full.txt

markdown · 20 lines · 322 B

# Example

> Full content bundle for AI ingestion.

---

## Getting Started

Source: https://example.com/docs/start

Install the package, run the dev server, and visit the local URL.

---

## Authentication

Source: https://example.com/docs/auth

Authenticate by sending an Authorization: Bearer header with your API key.

Estimated tokens (4 chars per token): ~81

Apply this with your coding agent

Get a ready-made prompt that wraps the output above with implementation steps. Paste it into your AI assistant and let it ship the change.

When to use llms-full.txt

llms-full.txt is the deep companion to llms.txt. Where llms.txt is a small index of links, llms-full.txt embeds full content so an agent can ingest your site without extra fetches. Place it at https://yourdomain/llms-full.txt.

Keep blocks under a few thousand words each, separate them with ---, and prefer canonical content rather than marketing copy.

Verify on a real URL

Run a full agent readiness scan to see how your live site responds end to end.

Scan a URL

Related tools