AI-Friendly Docs

AI tools do better work when they can read a platform's documentation in a format designed for machines, instead of guessing from training data that may be out of date. Wix exposes its developer documentation in several AI-friendly forms, so your AI agent can pull accurate, current Wix docs straight into your session.

Search docs with the Wix MCP

The most direct way for an AI agent to navigate the docs is through the Wix MCP. The MCP gives your agent tools to search through Wix's developer docs and to fetch the full text of an article or the request and response schema of an API method.

Because the agent retrieves the docs as it works, it can base its answers and the code it writes on the current documentation rather than its training data.

AI-friendly formats

For tools and workflows that don't use the MCP, Wix publishes its docs in formats any agent can consume:

  • llms.txt index: A structured index of all the documentation at dev.wix.com/docs/llms.txt, so a tool can discover what's available and where.
  • llms-full.txt: The full documentation concatenated into a single file at dev.wix.com/docs/llms-full.txt, for feeding a large body of docs at once.
  • Markdown versions: Append .md to any documentation page URL, or send an Accept: text/markdown request header, to get a clean Markdown version of that page.

Note: For the best results, retrieve the raw markdown with a direct HTTP request, such as curl.

Copy pages for AI tools

When you're reading the docs yourself and want to hand a page to an AI tool, use the Ask Assistant dropdown on any documentation page. It lets you copy the page as Markdown or get a direct link to its Markdown version, ready to paste into a chat or prompt.

See also

Last updated: 2 August 2026

Did this help?