> ## Documentation Index
> Fetch the complete documentation index at: https://docs.musixmatch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI agents setup

> How to give AI coding assistants reliable access to the Musixmatch API reference

AI coding agents (such as Replit Agent, Cursor, GitHub Copilot, and similar tools) cannot reliably fetch and parse live documentation pages. If you point an agent directly at `docs.musixmatch.com`, it may fail to read the content or return incomplete results.

## Recommended approach

Instead of pointing your agent at the docs URL, use the pre-built plain-text version of the full documentation:

**1. Download the full docs file**

Open this link: [https://docs.musixmatch.com/llms-full.txt](https://docs.musixmatch.com/llms-full.txt)

**2. Attach it directly to your agent as context**

Upload or paste the file into your agent's context window (e.g. as an attachment in Replit, a context file in Cursor, or a system prompt addition).

**3. Ask the agent to build against the endpoints**

With the full API reference available locally, the agent has everything it needs — no live fetch required.

<Tip>
  The `llms-full.txt` file contains the complete API reference in a single plain-text file optimized for LLM consumption. Re-download it periodically to stay up to date with the latest endpoints.
</Tip>
