UseDocumentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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 CometAPIllms.txt index:
Fetch the full text
The following request downloads the full text export:Add docs to a retrieval job
The following Python example downloads the full text and writes it to a local file for indexing:Common errors
| Error | Fix |
|---|---|
| Tool context is too small | Use llms.txt first, then fetch only the linked pages that matter. |
| Full text is too large | Chunk llms-full.txt by heading or source URL before indexing. |
| Broken local cache | Refresh the file during your documentation sync job. |
| Missing page in AI results | Confirm that the page appears in navigation and in llms.txt. |