Joshua Kim
Growth
Share this article
Joshua Kim
Growth
Share this article

July 2023 introduced major AI-powered features including Mintlify Chat for conversational documentation search, AI Suggestions for content improvements, and automated OpenAPI endpoint generation. Additional updates included SEO redirects, broken link detection, and enhanced link management capabilities to improve documentation discoverability and maintenance.
July brings AI features, autogeneration, and support for broken links to our users. Here's a detailed breakdown of all our latest additions:
Mintlify Chat
![]()
Goodbye, keyword search. **Mintlify Chat** upgrades your documentation discoverability through a conversational AI search experience. Built with the same technology as ChatGPT, it provides quality and consistent answers to any question your users might have. It's a powerful way to leverage your docs for customer success.
Mintlify Chat is built in partnership with our friends at Inkeep, available to all Mintlify startup plan customers. To learn more about Mintlify Chat, head here.
Mintlify Suggestions
We understand not having designated writers to continuously refine our documentation, which is why we built AI Suggestions.
Powered by GPT-4, AI Suggestions makes improving your docs as easy as clicking a button and provides content recommendations on three fronts: readability, such as text organization; literacy, such as grammar and spelling; and, last but not least, link functionality and user accessibility.
To read more about the feature, click here. Suggestions is available to all startup plan customers on the Mintlify Dashboard.
Link Configurations
If you've changed any documentation page file paths (and subsequently URLs), we now support identifying broken links and maintaining that SEO you've been building.
Setting up SEO Redirects
You can now easily set up 301 redirects in your `mint.json` file to maintain and build upon SEO generated from the previous page.
{
"redirects": [
{
"source": "original/file/path",
"destination": "new/file/path"
}
]
}
Learn more about setting up 301 redirects here.
Identifying Broken Links
Broken links can be a pain to identify, especially when you update many files at once. We've added a feature to our CLI to identify any broken links in your docs so you can fix them.
mintlify broken-links
Avoid taking your users to dead-ends. Learn more here
Autogenerating OpenAPI Endpoints
Tired of manually creating MDX files for every endpoint? We now fully support automated API endpoint documentation.
npx @mintlify/scraping@latest openapi-file <path-to-openapi-file>
Our Mintlify scraper will create MDX files for your OpenAPI endpoints from an OpenAPI file. Then, simply copy-paste the output of the scraper to easily organize the endpoints in your navigation. Hopefully, this will save you the extra minutes (and braincells) spent manually setting-up your API endpoints. Read more on how to run this command here.
Wrapping Up
This concludes our July round-up of Mintlify's latest features. Stay tuned to all of our latest product updates, make sure to follow our Twitter. To request any features, let us know in our Slack community. We'll see you around :)
More blog posts to read

Rise of the Knowledge Engineer
Agents are one of the largest audiences for company knowledge, accounting for 66% of measured web traffic across documentation powered by Mintlify. The emerging role responsible for keeping that knowledge accurate and retrievable is the knowledge engineer.
September 16, 2026David Isquick
Product Marketing

Highlights from the 2026 State of Knowledge Report
AI agents overtook humans as the primary readers across Mintlify-powered sites. In August alone, agents made 257 million web requests compared to 131 million human page loads, which means agent traffic now outnumbers human traffic by nearly 2:1.
September 16, 2026Lauren Volpi
Marketing