Mintlify raises $45M in Series B at a $500M valuation
by•
YC-backed @Mintlify (YC W22) just announced a $45M Series B round, bringing their total funding to $67M, to "accelerate [their] mission of building the knowledge infrastructure for AI."
Read in their blog announcement:
Mintlify now powers documentation for over 20,000 companies, with content reaching more than 100 million people every year. This round accelerates our mission to become the knowledge layer that makes products understandable, usable and discoverable by AI agents.

Rated 5-stars by the community, beautifully crafted, and powering docs for products like @Claude by Anthropic, @Resend, and @Dub, @Mintlify is now the default option.
S/O to @han_wang6 @hahnbeelee and team - Looking forward to what's next!
251 views


Replies
Huge milestone for @Mintlify! The shift toward documentation as the "knowledge layer for AI" is exactly what we need.
I’m currently building Aegis Omni-Core (a 9.4 GB/s Rust kernel for FHE), and I’ve realized that for low-level systems, the documentation isn't just for the dev anymore—it’s the "instruction manual" for the AI agents (Cursor/Claude) helping us code.
If the docs don't explicitly explain the memory alignment or SIMD constraints, the AI agent will hallucinate and break the kernel. We are moving from "Human-Readable" to "Agent-Executable" documentation.
Question for the team: With this new funding, are you planning to introduce more structured schemas (like MCP) specifically to help AI agents understand complex hardware-level constraints better?
50% of doc traffic from agents is a wild stat but i bet most of that traffic is wasted. agents dont read docs the way humans do, they ctrl+f for function signatures and ignore everything else. the real unlock isnt prettier docs its structured metadata that agents can actually parse without hallucinating the rest