# Lyrenth > Lyrenth is the AI-readable web index for agents. A universal adapter for the existing web: turn any URL into clean AIDocument JSON with markdown, headings, links, structured data, crawl metadata, and token savings. No website changes required. Lyrenth is a universal adapter for the existing web: a web data API that turns any URL into clean AIDocument JSON for agents, RAG, and retrieval. No website changes required. Lyrenth reads the messy public web as it is today and returns one consistent shape every AI agent can consume. This file follows the llms.txt convention (https://llmstxt.org/). If you're an AI agent reading this, you can pivot from here to the canonical pages below; or, if you want every URL on the web in this same shape, hit our API: POST https://api.lyrenth.com/v1/aidocument with {"url":"..."}. ## Documentation - [API quickstart](https://www.lyrenth.com/docs/quickstart): call POST /v1/aidocument from curl, Python, or Node. - [AIDocument shape](https://www.lyrenth.com/docs/aidocument): the canonical v2 JSON envelope /v1/aidocument returns. - [API documentation](https://www.lyrenth.com/docs): every endpoint, every parameter, every error code. - [Pricing](https://www.lyrenth.com/pricing): free tier is 2,000 AIDocuments / month, no credit card. ## API endpoints - [GET /v1/stats](https://api.lyrenth.com/v1/stats): live count of indexed documents (public). - [POST /v1/aidocument](https://www.lyrenth.com/docs/quickstart): resolve any URL into an AIDocument on demand (Bearer auth). - [GET /v1/document](https://www.lyrenth.com/docs/aidocument): index lookup only (Bearer auth). - [POST /v1/submit](https://www.lyrenth.com/docs): queue a URL for background indexing. - [GET /aidocument.schema.json](https://api.lyrenth.com/aidocument.schema.json): JSON Schema (draft-07) for the v2 envelope. ## Index data - [Web index stats](https://www.lyrenth.com/web-index/stats): aggregate signal coverage across our corpus. ## For agents - [Agent manifest (JSON)](https://www.lyrenth.com/api/agent-manifest): brand, capabilities, endpoints, document shape. - [AIDocument JSON Schema (draft-07)](https://api.lyrenth.com/aidocument.schema.json): canonical contract for the v2 response shape served by POST /v1/aidocument. - [Bot identification](https://www.lyrenth.com/bot): we crawl with User-Agent "AIWebIndex/1.0". Allowlist if you want indexed. - [Open Graph image](https://www.lyrenth.com/opengraph-image): 1200x630 PNG, brand identity. ## Optional - [Long-form (every page concatenated as markdown)](https://www.lyrenth.com/llms-full.txt) - [Sitemap (XML)](https://www.lyrenth.com/sitemap.xml) - [robots.txt](https://www.lyrenth.com/robots.txt)