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.
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.
For tools and workflows that don't use the MCP, Wix publishes its docs in formats any agent can consume:
.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.
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.
Last updated: 2 August 2026