top of page

How to adapt LLMs.txt files for agents

Standard and agentic LLMs.txt files are not the same. This article explains what the difference is, why it matters, and how to make the upgrade.

How to adapt LLMs.txt files for agents
Headshot of Crystal Carter

5/19/26

6

 min read

  • 2 days ago
  • 6 min read

Sign up for Wix Studio and start preparing sites for the agentic web today.


AI agents—the kind that can browse, book, and buy on a user's behalf—are becoming a meaningful part of how people interact with the web. If your website uses LLMs.txt, you already have a foundation for making it more agent-ready.


But a standard and an agentic LLMs.txt are not the same. This article explains what the difference is, why it matters, and how to make the upgrade.



What is an agentic LLMs.txt?


An LLMs.txt is a plain text file, written in a simple formatting language called Markdown, that lives on your website and tells AI tools what your site is about. Think of it as a one-page briefing for any AI that comes to visit; far leaner and easier to read than a typical web page, which is loaded with visual design code that an AI has no use for. 


An agentic LLMs.txt takes that briefing further. Instead of just describing your site, it tells AI agents how to do things on it. It points them to the specific tools, APIs, and pages they need to complete tasks, like making a purchase, booking an appointment, or filling in a contact form. When an AI agent needs to add a product to a cart or check availability on your site, it uses your site's API to do it. An agentic LLMs.txt makes those connection points easy to find. There are many use cases for LLMs.txt files.


Gradient background ad for Wix Studio. Text: "AI tools for AI search" and "Try it now →". Green to yellow gradient conveys innovation.


Wix websites have agentic LLMs.txt


Wix first launched LLMs.txt for select eCommerce websites in 2025 and has expanded the offering to support additional website types. Today, customizable agentic LLMs.txt files are rolling out globally to all Wix, Wix Harmony, and Wix Studio websites with a premium domain, starting with English-language websites.


Each LLMs.txt file contains:


  1. The name of the website

  2. An AI-generated website summary

  3. Details of the site’s primary agentic access, the Wix site MCP, along with its support documentation

  4. A list of access points and tasks that agents can complete with the MCP

  5. Guidance and notes on what can and cannot be carried out using the MCP


If you’re a Wix user, you can activate your LLMs.txt by navigating to SEO & GEO in your site's dashboard, scrolling down to "Tools and settings," and clicking on "llms.txt." Then, simply toggle on the "Use your llms.txt file" button.


llms.txt webpage explaining AI content discovery. Features include GEO optimization, automatic generation, and user control options.


Can you customize your Wix LLMs.txt?


Yes, Wix LLMs.txt is fully editable and customizable. To make changes to your LLMs.txt file, click  the "More Actions" dropdown, edit your file, and click "Continue." 


Within the edit field, you can adjust, add, delete or rewrite the copy in your LLMs.txt file. When making edits ensure that you’re generating content in valid Markdown, that the content is accurate, and that you review your content after publishing. If at any stage you wish to return your file to the Wix-generated version, click "Reset to default."


Text editor shows content about "Women in the Stars" celebrating women in space and supporting AI access via Wix and Model Context Protocol.


How is an agentic LLMs.txt different from a standard one?


A standard LLMs.txt focuses on content discovery. It’s intended to help AI understand what information lives where on your site. An agentic LLMs.txt changes the focus from reading to doing. It’s a shift from being purely declarative to giving agents imperative tools they can act upon. 



It includes information about how agents can take action 


This is the core difference between agentic LLMs.txt files and standard ones. Standard LLMs.txt files tend to look like a table of contents for your website. An agentic one includes a section that tells an AI agent: “here is what you can do on this site, here is how to do it, and here is where to find the instructions.”


For example, Mastercard's agent toolkit documentation uses LLMs.txt to give agents direct access to their API reference, so a developer's AI assistant can find exactly the right endpoint without guessing. 


Google's Agent Development Kit documentation publishes an llms.txt and an llms-full.txt specifically so that AI coding tools can use them as context when building agents. The LLMs.txt file is kept current with documentation updates, and they illustrate how it can also be referenced in the architecture of their MCP server.


Instructions for adding ADK docs MCP server to Cursor. Steps include opening Cursor settings, navigating to Tools & MCP, and editing mcp.json.


Agentic LLMs.txt files are easier to maintain than standard files


Because an agentic LLMs.txt points directly to APIs and documentation rather than generating content, updates to your agentic resources are reflected in one central directory.


If you’re generating an LLMs.txt manually, then an agentic file means that you're not rewriting descriptions every time your inventory changes, or double-checking an AI output. Instead, you're pointing to the systems that track those changes and providing the most efficient agent-first access. These elements are less likely to change day by day, and therefore can be updated as your tech stack changes.



How do agents use LLMs.txt?


In practice, an agentic LLMs.txt does two things for agents visiting your site: it points them to the endpoints they need to take action, and gives them reliable context to do it accurately.



Getting efficient access to REST API endpoints and action points


Using a REST API (Representational State Transfer Application Programming Interface) is the most common way websites expose their capabilities to software, including AI agents. When an agent wants to check your product inventory, submit an order, or retrieve booking availability, it typically calls a REST API.


Without an agentic LLMs.txt, an agent needs to crawl through your website or documentation, trying to infer where these capabilities live. But you can give agents direct instructions in an agentic LLMs.txt.


While Google recently said LLMs.txt files don't get special treatment, they include LLMs.txt as part of a new agentic browsing audit, Chrome Lighthouse. Chrome Lighthouse is Google's tool for measuring how agent-ready a website is. There’s an assessment that specifically checks for LLMs.txt as part of its discoverability score, flagging its absence as a gap in how accessible a site is to agents.


Web page titled "Agentic Browsing" with passed audits listed, including accessibility and schema validations. Shows a score of 4/4 in green.
Lighthouse agentic browsing audit report, currently available in Chrome Canary

The Lighthouse guidance explains that without LLMs.txt, “agents may spend more time crawling the site to understand its high-level structure and primary content.



Finding grounding resources


"Grounding" means giving an AI accurate, specific context so it can answer questions or take actions with confidence rather than guessing. As my research into LLMs.txt use cases showed, Anthropic's team directly advises developers that LLM-friendly documentation is commonly found in flat LLMs.txt files on official documentation sites—and that agents should treat these as a standard resource. Your agentic LLMs.txt can serve this grounding function by pointing to the most accurate, current source of truth for each part of your site.


Google's ADK documentation takes this seriously. They publish both a summarized LLMs.txt for quick context and an llms-full.txt for agents with a larger context window, reducing hallucinations and context rot.


Hallucinations happen when an AI confidently states something incorrect. But context rot is when the information an agent is working from becomes outdated mid-task. Both are genuine problems in agentic workflows that LLMs.txt can potentially remedy.


Agentic LLMs.txt reduces both risks by giving agents a reliable, maintained source of truth. As I've covered in LLMs.txt use cases, Weather.com includes URL structure instructions in their LLMs.txt, and Perplexity surfaces that file directly when answering questions about the site—independent of search results. That kind of direct instruction reduces the chance of an agent constructing a wrong URL or using outdated page structures.


When your agentic LLMs.txt points to live documentation and current API references rather than static descriptions, an agent working from it is less likely to go wrong.



Updates to consider to transform your LLMs.txt for agentic use


Wix users can activate their agentic LLMs.txt via SEO & GEO tools. This file is already configured for agentic use. 


But if you’d like to adapt an existing file for AI agents, include information like:


  • MCP endpoints

  • Relevant help documentation

  • Live publicly available feeds, like product feed or RSS

  • Links to additional dedicated agentic tools


When adapting your standard LLMs.txt for agentic use, remember to focus on content that’s publicly available and secure. 


The Wix LLMs.txt, for instance, points to the Wix site MCP server, which requires authentication and session scoping, tying each agentic request to a specific visitor session rather than granting unrestricted site-wide access. That kind of guardrail is what makes it safe to expose agentic access points in your LLMs.txt in the first place.


It's also worth including an NLWeb endpoint in your file. NLWeb gives agents a natural language interface to your site's structured data, and like the MCP, it's one more access point you can surface cleanly rather than leave agents to find on their own. Ultimately, the sites that work best with agents won't be the ones with the most content, they'll be the ones with the clearest instructions.


Sign up for Wix Studio and start preparing sites for the agentic web today.


 
 

Related articles

What marketers should know about LLMs.txt

{AUTHOR}

A merchant’s guide to agentic commerce

{AUTHOR}

Wix features that supercharge your AI search strategy, at no extra cost

{AUTHOR}

Get SEO & LLM insights sent straight to your inbox

Stop searching for quick AI-search marketing hacks. Our monthly email has high-impact insights and tips proven to drive results. Your spam folder would never.

*By registering, you agree to the Wix Terms and acknowledge you've read Wix's Privacy Policy.

Thanks for submitting!

bottom of page