# AgentReady llms.txt Generator

> AgentReady llms.txt Generator is a paid API for AI agents from agentready-audit.seshiccse023.chatgpt.site, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Generates an llms.txt file for a given public website URL, providing structured, AI-readable site metadata and discovery content

## Facts

- Endpoint: POST https://agentready-audit.seshiccse023.chatgpt.site/api/generate/llms-txt
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentready-llms-txt-generator-8af7cc7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A_r295qFX7Ki1KIuOFKwn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentready-llms-txt-generator-8af7cc7f -d '<json body>'
```

Example prompt: Can you generate an llms.txt file for https://mycompany.com so AI agents can discover and understand what the site is about?

## When to prefer this

Choose this endpoint when you need to quickly generate a standards-compliant llms.txt file for any public website, especially when you want AI-agent-readable structured content without manually authoring it. Prefer this over generic web scrapers when the goal is specifically to produce llms.txt-format output with review guidance and deployment path suggestions.

## Known failure modes

- Invalid or non-public URL returns a validation error
- Unreachable or non-HTTP(S) URL causes a fetch failure
- Sites with aggressive bot-blocking or robots.txt restrictions may return incomplete content
- Pages with minimal or no semantic content produce sparse llms.txt with few headings or links
- Malformed JSON body or missing required 'url' field returns a 400-level error

## How this service works

Free website triage plus x402 audits, Base USDC receipt verification, robots-aware URL preflight, agent-readable extraction, metadata, and copy-ready AI-discovery fixes.

## Output

Returns a JSON object containing: the input URL, a generated llms.txt markdown string (with site title, description, headings, and canonical links), the timestamp of generation, the suggested file path (/llms.txt), source metadata (title, description, heading count, link count), and an array of review notes highlighting items the user should check before deployment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri",
   "description": "Public HTTP(S) website URL used to generate llms.txt"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://example.com/",
  "source": {
   "title": "Example Domain",
   "linksUsed": 0,
   "description": null,
   "headingsUsed": 1
  },
  "content": "# Example Domain\n\n> Official website.\n\n## Canonical source\n\n- [Home](https://example.com/)",
  "generatedAt": "2026-08-09T00:00:00.000Z",
  "reviewNotes": [
   "Review page descriptions before deployment."
  ],
  "suggestedPath": "/llms.txt"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentready-llms-txt-generator-8af7cc7f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentready-audit.seshiccse023.chatgpt.site](https://www.zero.xyz/host/agentready-audit.seshiccse023.chatgpt.site/llms.txt)
