March 13, 2026
Did AI just get a secret menu?
Optimizing Content for Agents
Sentry gives AI a secret markdown menu, ignites LLMs.txt feud and “what do bots see?” freakout
TLDR: Sentry now serves clean markdown to AIs and steers them to tools instead of glossy pages, arguing it beats LLMs.txt. The crowd is split: some swear LLMs.txt works, others love markdown for humans too, and skeptics warn about bots seeing different info than people—raising trust and security stakes.
Sentry just rolled out a vibe for robots: if your browser looks like an AI, you get clean markdown and a shortcut to tools instead of a splashy human homepage. It’s like a secret menu for agents—those AI helpers that browse pages for answers. The pitch: smaller files, fewer distractions, more accurate info. They even point bots to an MCP server (a structured gateway), a CLI, and APIs so they don’t need to scrape sentry.io the old-fashioned way. Cue the comments section chaos.
One camp is yelling, “LLMs.txt is dead!”—that old idea of a file telling AIs where the good docs live. But fans clap back. “Not useless at all,” says one dev who downloaded entire libraries using it, while another drops a how-to blog link showing hidden HTML hints guiding agents to a doc map (this one). Meanwhile, the markdown maximalists cheer: if sites serve text that’s easy for machines, it’s easier for humans too—people are literally begging browsers to render markdown nicely.
Then comes the plot twist: security and trust. What if humans see a glossy page but AIs get different info via markdown? One commenter imagines someone pasting pricing into an AI and the bot reading… something else. The meme of the day: “Are we gaslighting the robots now?” The drama is loud, funny, and very online—and it’s pushing everyone to ask what the web should look like when both people and bots are the audience.
Key Points
- •Sentry implements content negotiation, treating Accept: text/markdown as an agent signal to serve specialized content.
- •Documentation is optimized for agents by serving true markdown, removing browser-specific elements, and emphasizing link hierarchies.
- •Sentry uses MDX with parsing changes and overrides to render agent-targeted pages differently and more actionably.
- •When a headless bot hits sentry.io, the site directs agents to programmatic interfaces including an MCP server, CLI, and API.
- •Projects like Warden allow agents to bootstrap by accessing comprehensive content, demonstrated via curl examples.