# Aeonos llms.txt Generator

> Aeonos llms.txt Generator is a paid API for AI agents from aeonos.basechainlabs.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Generates a structured llms.txt file for a business or URL to improve AI search engine visibility and citation by ChatGPT, Perplexity, and Claude crawlers

## Facts

- Endpoint: POST https://aeonos.basechainlabs.com/api/llms-txt
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aeonos-basechainlabs-com-5faca9b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Bq2IZBc9HcBbKD97mmW-

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 aeonos-basechainlabs-com-5faca9b7 -d '<json body>'
```

Example prompt: Generate an llms.txt file for my SaaS product at acmehr.com so that ChatGPT, Perplexity, and Claude crawlers can understand what we do and cite us in AI search results.

## When to prefer this

Use this endpoint when you need to generate a properly structured llms.txt file specifically designed for AI crawler consumption and citation by ChatGPT, Perplexity, Claude, and Google AI Overviews. Prefer this over generic SEO tools when the goal is AI engine visibility (AEO/GEO) rather than traditional search ranking. Best suited for businesses wanting to get cited in AI-generated answers and overviews.

## Known failure modes

- Invalid or unreachable business URL returns an error or generic output
- Missing query parameter results in a 400 bad request
- Vague or insufficient business description may produce a low-quality or generic llms.txt
- Payment failure (x402) prevents the request from completing
- Rate limiting or service unavailability returns a 429 or 503 error

## How this service works

Generate llms.txt to improve AI search visibility — structured file for ChatGPT, Perplexity & Claude crawlers. Helps AI engines understand and cite your business. 0.50 USDC.

## Output

A structured llms.txt file containing a machine-readable, AI-crawler-friendly description of the business, its products or services, key pages, and metadata — formatted to improve citation and visibility in AI search engines like ChatGPT, Perplexity, and Claude.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Business URL or description to generate llms.txt for. E.g. 'Write llms.txt for my SaaS product'."
  },
  "caller_id": {
   "type": "string",
   "description": "Optional agent or user ID for persistent memory."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aeonos-basechainlabs-com-5faca9b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeonos.basechainlabs.com](https://www.zero.xyz/host/aeonos.basechainlabs.com/llms.txt)
