# Mintlify

> Source: https://aiwiki.ai/wiki/mintlify
> Updated: 2026-06-04
> Categories: AI Companies, Developer Tools
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**Mintlify** is a documentation platform for software companies, based in San Francisco and founded in 2021 by Han Wang and Hahnbee Lee. It lets engineering teams write docs as code (Markdown and MDX kept in Git) and publishes them as fast, customizable hosted sites. Mintlify went through Y Combinator's Winter 2022 batch and has since repositioned around what it calls "the intelligence age," adding AI features such as an assistant trained on a company's docs, a writing agent, and machine-readable outputs (llms.txt, Markdown exports, and generated [Model Context Protocol](/wiki/model_context_protocol) servers) so that [large language model](/wiki/large_language_model)-based coding tools can read the documentation directly. By 2025 the company described itself as "The Intelligent Knowledge Platform" and powered docs for more than 5,000 companies, including [Anthropic](/wiki/anthropic), [Cursor](/wiki/cursor), [Perplexity](/wiki/perplexity), Zapier, Replit, and Coinbase.

## History

### Founding

Han Wang and Hahnbee Lee met at Cornell University through the Cornell Design and Tech Initiative, where they built a course-planning app used by a large share of the school's undergraduates. Lee studied computer science and briefly worked as an engineer at Duolingo; Wang studied information science and had earlier co-founded Foodful (cloud-based monitoring for cattle) and a customer-community startup called People, which was acquired in early 2021. Wang also spent time as an investor before going full time on the company.

The pair founded Mintlify in 2021. The original product was not a documentation platform at all. Their first idea, Figstack, was a tool that took a block of code and explained in English what it did, pitched as a kind of "Google Translate for code"; it reached number one Product of the Day on Product Hunt. After being accepted into [Y Combinator](/wiki/y_combinator)'s Winter 2022 batch, the founders cycled through several products, including Doc Writer, an IDE extension that generated docstrings from source code. Over roughly five months they launched four products before, in September 2022, settling on building the documentation platform itself. The company has cited a lesson from that period: "Your real runway is the number of pivots left in you."

Early on, the product leaned heavily on automatically generating documentation from a codebase using [natural language processing](/wiki/natural_language_processing) and web scraping, and it could flag stale docs and track reader engagement. It integrated with tools such as GitHub, Slack, and Dropbox. The company was initially based in Ithaca, New York, before moving its center of gravity to San Francisco.

### Funding

Mintlify raised a $2.8 million seed round announced on May 31, 2022, led by [Bain Capital Ventures](/wiki/bain_capital_ventures), with participation from TwentyTwo Ventures and Quinn Slack, co-founder of Sourcegraph. At the time the company had a three-person core team and said it would use the money for product development and hiring.

On September 3, 2024, Mintlify announced an $18 million Series A led by [Andreessen Horowitz](/wiki/andreessen_horowitz), with existing investors including Bain Capital Ventures and Y Combinator participating. The round brought total funding to about $21 million. (TechCrunch reported the round as $18.5 million and the total as $21.7 million; the company's own announcement used the rounded $18 million and $21 million figures.) No valuation was disclosed.

| Round | Date | Amount | Lead investor | Notable participants |
| --- | --- | --- | --- | --- |
| Seed | May 2022 | $2.8M | Bain Capital Ventures | TwentyTwo Ventures; Quinn Slack (Sourcegraph) |
| Series A | September 2024 | ~$18M | Andreessen Horowitz | Bain Capital Ventures; Y Combinator |

According to research firm Sacra, Mintlify grew from roughly $1 million in annual recurring revenue in 2024 to about $10 million in 2025, a roughly tenfold increase, with reported net revenue retention around 150 percent. These revenue figures come from third-party estimates rather than company disclosures and should be treated as approximate.

## Product

Mintlify is built around a docs-as-code workflow. Writers author content in Markdown and MDX, store it in a Git repository, and Mintlify publishes a hosted documentation site with custom domains, search, navigation, and theming. Because the source is Markdown in version control, documentation changes flow through the same pull-request and review process as software, which the company and its customers cite as a reason updates ship quickly.

Core capabilities include:

- **Hosted docs and components.** Beautiful, customizable documentation sites built from reusable MDX components, with branding, custom domains, and a web-based editor for non-engineers alongside the Git workflow.
- **API reference and playground.** Mintlify can generate interactive API reference pages from an OpenAPI specification, including an in-browser API playground where readers send live requests.
- **AI Assistant.** A chat assistant trained on a site's own documentation that answers reader questions in natural language rather than forcing them to scan pages manually. Wang has framed this as a baseline expectation: "Every documentation now needs to have an AI chat to answer questions directly."
- **Agent (writing and maintenance).** An AI agent that helps draft and update content and supports self-updating, "self-maintaining" knowledge management, reducing the manual effort of keeping docs current.
- **Analytics.** Built-in analytics and reader insights, including detection of outdated or underused content.
- **Enterprise features.** SAML-based single sign-on, role-based permissions, SOC 2 compliance, performance SLAs, white-glove migration, and dedicated support.

### Documentation in the AI era

A defining part of Mintlify's positioning is making documentation readable by AI systems and [AI agents](/wiki/ai_agents), not just humans. The company has framed documentation as an "AI interface" that coding assistants consume on a user's behalf.

Mintlify automatically hosts an `llms.txt` file at the root of a docs site. The `llms.txt` standard, proposed in September 2024 by Jeremy Howard of Answer.AI, is a plain-text index that helps language models find and parse a site's content, analogous to how a sitemap helps search engines. Mintlify's generated file lists every page with `.md` links and descriptions drawn from each page's frontmatter, and it also produces an `llms-full.txt` file that concatenates the entire documentation set into one Markdown file suitable for pasting into an AI tool's context. When a request arrives with an `Accept: text/markdown` header, Mintlify can serve clean Markdown instead of HTML so that agents receive only the text they need (content negotiation).

Mintlify also generates [Model Context Protocol](/wiki/model_context_protocol) (MCP) servers directly from a customer's docs and OpenAPI spec. MCP, an open standard released by Anthropic in November 2024, lets applications expose data and tools to language models in a consistent way. A docs-generated MCP server lets an AI coding assistant search a product's documentation in real time during a task, and, where an API spec is present, even make authenticated API calls, so answers reflect the current docs rather than a model's stale training data.

The scale of agent traffic has become a talking point for the company. In a March 2026 report analyzing 30 days of traffic across Mintlify-hosted sites (using Cloudflare user-agent data), the company said AI coding agents accounted for about 45 percent of requests to documentation, nearly matching human browser traffic. It reported that Anthropic's [Claude](/wiki/claude) Code and Cursor together made up roughly 95.6 percent of identified AI-agent traffic, with Claude Code alone generating about 199 million requests in the period. The company noted that some agents, such as OpenAI's Codex, do not send identifiable user-agent headers, so the true share of AI traffic is likely higher.

## Pricing

Mintlify's publicly listed pricing has evolved. As of mid-2026 the site advertises a free Starter plan and a custom-priced Enterprise plan, with AI usage metered by credits.

| Plan | Price | Intended for | Highlights |
| --- | --- | --- | --- |
| Starter | Free (14-day trial of paid features, no card required) | Individuals and small teams | Full platform, custom domain, web editor, AI assistant, writing agent, workflows, MCP server; 5,000 AI credits included, overages billed (about $0.01 each) |
| Enterprise | Custom (contact sales) | Scaling and global teams | Everything in Starter plus role-based permissions, SSO, performance SLA, agent analytics, enterprise security and legal review, migration and support |

Earlier in the company's history the lineup included a paid Pro tier (reported around $250 per month for a handful of editor seats) between the free and enterprise options, reflecting a shift over time toward AI-usage-based pricing.

## Adoption

Mintlify is widely used among software and AI companies. The Bain Capital Ventures profile (January 2025) said the platform powered documentation for more than 5,000 companies with over 2 million unique monthly visitors. Named customers include [Anthropic](/wiki/anthropic), Cursor, Perplexity, Replit, Zapier, Coinbase, HubSpot, Pinecone, Together AI, Cognition, Lovable, Laravel, Anaconda, Fidelity, PayPal, and X.

Anthropic is a frequently cited case study. The company adopted Mintlify around the 2024 launch of Claude 3.5 Sonnet, when it needed documentation that could scale with a fast-moving product, and Mintlify says more than 1.5 million developers reach Anthropic's docs each month. Anthropic and Mintlify co-developed the `llms.txt` and `llms-full.txt` outputs to improve how the docs are ingested by AI tools, and Anthropic uses Mintlify's MCP and Markdown-export features so its documentation plugs directly into developer tooling. Other public case studies report concrete operational wins: Coinbase cutting the time to update a doc from about 20 minutes to under a minute, HubSpot reducing the engineering effort spent on docs, and Laravel migrating more than ten products in roughly three days.

The company has also pointed to traction among early-stage startups, saying at the time of its Series A that more than 20 percent of the most recent Y Combinator batch relied on Mintlify and that content on the platform reached more than 20 million developers a year.

## Related

- [Large language model](/wiki/large_language_model)
- [Model Context Protocol](/wiki/model_context_protocol)
- [AI agents](/wiki/ai_agents)
- [Retrieval-augmented generation](/wiki/retrieval_augmented_generation)
- [Anthropic](/wiki/anthropic)
- [Cursor](/wiki/cursor)
- [Vercel](/wiki/vercel)

## References

1. "Mintlify is building a next-gen platform for writing software docs." TechCrunch, September 5, 2024. https://techcrunch.com/2024/09/05/mintlify-is-building-a-next-gen-platform-for-writing-software-docs/
2. "Mintlify raises $18M Series A led by Andreessen Horowitz." Mintlify Blog, September 3, 2024. https://www.mintlify.com/blog/series-a
3. "Mintlify taps AI to automatically generate documentation from code." TechCrunch, May 30, 2022. https://techcrunch.com/2022/05/30/mintlify-taps-ai-to-automatically-generate-documentation-from-code/
4. "Mintlify Raises $2.8 Million in Seed Round." The SaaS News, May 31, 2022. https://www.thesaasnews.com/news/mintlify-raises-2-8-million-in-seed-round
5. "Mintlify: The intelligent knowledge platform." Y Combinator. https://www.ycombinator.com/companies/mintlify
6. "Our journey through Y Combinator." Mintlify Blog. https://www.mintlify.com/blog/ycombinator
7. "Mintlify is Built for Builders." Bain Capital Ventures, January 30, 2025. https://baincapitalventures.com/insight/mintlify-is-built-for-builders/
8. "Mintlify - The Intelligent Knowledge Platform." Mintlify. https://www.mintlify.com/
9. "Anthropic accelerates AI development and adoption with Mintlify." Mintlify Customers. https://www.mintlify.com/customers/anthropic
10. "Generate MCP servers from your docs." Mintlify Blog. https://www.mintlify.com/blog/generate-mcp-servers-for-your-docs
11. "Simplifying docs for AI with /llms.txt." Mintlify Blog. https://www.mintlify.com/blog/simplifying-docs-with-llms-txt
12. "llms.txt." Mintlify Docs. https://www.mintlify.com/docs/ai/llmstxt
13. "The state of agent traffic in documentation (March 2026)." Mintlify Blog, March 2026. https://www.mintlify.com/blog/state-of-ai
14. "Mintlify revenue, funding & news." Sacra. https://sacra.com/c/mintlify/
15. "Mintlify - 2026 Company Profile, Team, Funding & Competitors." Tracxn. https://tracxn.com/d/companies/mintlify/__4H1JwQrPEEjkuME5kKnugS51A3fazz3eCPVzsiIl9gs
16. "Pricing." Mintlify. https://www.mintlify.com/pricing
17. "Customers." Mintlify. https://www.mintlify.com/customers

