Skip to main content
Use llms.txt when you need a compact index of CometAPI documentation pages. Use llms-full.txt when your tool can ingest the full documentation text for retrieval, question answering, or coding assistance.

Fetch the compact index

The following request downloads the CometAPI llms.txt index:
The response starts with the documentation title and linked page list:

Fetch the full text

The following request downloads the full text export:
The response contains page content grouped by source URL:

Add docs to a retrieval job

The following Python example downloads the full text and writes it to a local file for indexing:
The result is the number of characters saved. This is example output only; your value will differ whenever the documentation changes:

Common errors

Last modified on June 23, 2026