Serve Markdown to AI Agents with Accept Headers
Summary
Explains how Accept: text/markdown content negotiation can deliver clean Markdown to AI agents, bypassing HTML, scripts, and navigation. Provides practical steps for implementation at the edge, including setting Vary: Accept, returning 406 for unsupported types, and testing with curl; discusses benefits for AI pipelines and faster token processing.