LinkexLinkex Docs
For Agents

Machine-readable docs

llms.txt indexes and raw Markdown for agents that read documentation.

Agents shouldn't have to scrape HTML. Both Linkex properties expose machine-readable entry points:

docs.linkex.ai (this site)

ResourceWhat it is
/llms.txtIndex of every docs page with a one-line description and its raw-Markdown URL
/llms-full.txtThe full English corpus in one plain-text file
/llms.mdx/docs/{lang}/{...slug}/content.mdRaw Markdown of any single page

Every page also has a Copy Markdown button and open in ChatGPT / Claude actions in its header.

linkex.ai (main site)

https://linkex.ai/llms.txt summarizes the product for AI consumers: the OpenAI-compatible endpoint, pricing page, x402 quickstart, and links here.

Suggested agent bootstrap

1. GET https://docs.linkex.ai/llms.txt        → find the relevant page
2. GET <raw .md URL from the index>            → read it as Markdown
3. GET https://linkex.ai/api/user/topup/x402/config → live payment parameters

On this page