AI-native Docs
This documentation is designed to work well for both human readers and AI tools. The repo now includes the machine-readable and navigation-level pieces that Mintlify can use directly from thedocs/ source directory, while the hosted site can layer on Mintlify-managed features like Markdown export and MCP access.
Reading
The docs now enable Mintlify’s contextual menu through the docs-rootdocs.json config. That gives readers one-click ways to:
- copy the current page as Markdown
- open the current page as Markdown
- send the page to ChatGPT, Claude, Perplexity, or Windsurf
- copy or install the hosted MCP endpoint in supported tools
Writing
This repo keeps its AI-facing capability summary in the docs-rootskill.md. That file tells agents what kagi can do, which inputs matter, and which constraints apply.
For editor-native writing workflows, the repo now also ships:
CLAUDE.mdfor Claude Code.cursor/rules/kagi-docs.mdcfor Cursor.windsurf/rules/kagi-docs.mdfor Windsurf
Discovering
This repo now ships a docs-rootllms.txt alongside skill.md so agents can discover the documentation surface from the Mintlify source directory without guessing.
When the site is deployed on Mintlify, the hosted docs can additionally provide:
- Markdown-rendered pages via the
.mdURL suffix - a hosted MCP server for up-to-date documentation search
- semantic search and related-page recovery on 404s