know.2nth.ai — agent-fetch API ================================ Agent-friendly markdown rendering of the knowledge tree. USAGE GET /api/context// → markdown of /explainers//.html GET /api/context/ → markdown of /explainers//index.html EXAMPLES /api/context/media/elevenlabs /api/context/media/landscape /api/context/media/voice-agents /api/context/agents/coding-cli-agents /api/context/agents/adk-vs-langgraph /api/context/tools/architecture /api/context/tools/runtime RESPONSE text/markdown; charset=utf-8 with YAML frontmatter title: from description: from <meta name="description"> source: canonical HTML URL (from og:url) reviewed: "Last reviewed:" date from the footer format: agent-markdown CACHING cache-control: public, max-age=3600, s-maxage=3600 The same content is also browsable as HTML at https://know.2nth.ai/explainers/<path>. This endpoint exists so AI agents can fetch the content without paying for HTML chrome (CSS, nav, footer, scripts) — typically a 70-80% token reduction.