Andrey Markin
  • home
  • services
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Accept Markdown
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. Accept Markdown
ToolAIDev Toolsagentsreference

Accept Markdown

Protocol and implementation guide for serving Markdown to AI agents via HTTP content negotiation — same URL delivers HTML to browsers, Markdown to AI.

Added May 17, 2026
Visit tool

A specification for using HTTP Accept: text/markdown headers to serve clean Markdown from the same URL that serves HTML to browsers. Strips navigation, styling, and scripts so AI agents get a high signal-to-noise payload that saves tokens. The site includes readiness checks, testing utilities, and framework-specific implementation guides. This is the same pattern used on this website — every page serves Markdown when requested with the right header or .md suffix.

Related

  • Agent Registration with auth.mdOpen protocol for autonomous agents to self-register for services without human intervention — a standardized auth.md file + HTTP endpoints replace OAuth and sign-up forms.
  • netxjs-monorepoOpinionated Next.js + Turborepo starter with Biome linting, TypeScript, shadcn/ui, and pre-loaded Claude Code agent skills and hooks.
  • MediabunnyTypeScript library for reading, writing, and converting media files directly in the browser — like FFmpeg, but for the web. Zero dependencies, tree-shakable, and hardware-accelerated via the WebCodecs API.
  • deepsecAI-powered vulnerability scanner that uses coding agents to perform deep security analysis of codebases — regex-based candidate matching followed by LLM-driven investigation, with support for distributed execution and PR diff review.