{
  "service": "keypra-markdown-gateway",
  "version": "1",
  "description": "Content negotiation gateway. Send Accept: text/markdown with ?path=<allowed-path>.",
  "allowed_paths": [
    "/",
    "/legal/privacy",
    "/legal/terms",
    "/machine"
  ],
  "example": "curl -H 'Accept: text/markdown' 'https://keypra.com/api/public/markdown-gateway?path=/machine'",
  "docs": "https://keypra.com/.well-known/agent-skills/markdown-negotiation/SKILL.md"
}