Hahnbee Lee
Co-Founder
Share this article

Launch Week Day 5 brings OpenAPI automations to your documentation 🤖.
Launch Week Day 5 brings OpenAPI automations to your documentation 🤖.
When you're constantly shipping changes to your API, it's important to reflect those changes in your documentation ASAP.
Our revamped setup makes autogenerating your API Reference docs seamless, removing the need for any manual labor to reflect changes in production
Getting Started
To auto-populate your API Playground pages, you can now add an openapi
field to an object in the tabs
or anchors
arrays in the mint.json
.
Example with Anchors:
{ Â "anchors": [ Â Â { Â Â Â "name": "API Reference", Â Â Â "openapi": "/path/to/openapi.json", Â Â Â "url": "api-reference", Â Â Â "icon": "square-terminal" Â Â } Â ] }
Example with Tabs:
{ Â "tabs": [ Â Â { Â Â Â "name": "API Reference", Â Â Â "openapi": "/path/to/openapi.json", Â Â Â "url": "api-reference" Â Â } Â ] }
We also support this functionality for OpenAPI Specs hosted at a URL. For example:
{ Â "tabs": [ Â Â { Â Â Â "name": "API Reference", Â Â Â "url": "api-reference", Â Â Â "openapi": "https://petstore3.swagger.io/api/v3/openapi.json" Â Â } Â ] }
Next Steps
Try out the feature yourself by updating your CLI:
**`npm i mintlify@latest -g
`**
And adding the following code to your mint.json:
{ Â "tabs": [ Â Â { Â Â Â "name": "API Reference", Â Â Â "url": "api-reference", Â Â Â "openapi": "https://petstore3.swagger.io/api/v3/openapi.json" Â Â } Â ] }
Thanks for tuning into Launch Week III!
Missed our previous launch days? Follow our Twitter/X or join our community to catch up on our exciting feature releases.
More blog posts to read

How Mintlify uses Claude Code as a technical writing assistant
As the sole technical writer at Mintlify, I'm always looking for ways to improve my workflows and empower other people on my team to contribute to the docs. I also want to take a vacation without blocking docs ships for a week and a half.
August 19, 2025Ethan Palm
Technical Writing

AI Documentation Trends: What's Changing in 2025
Coming into 2025, there were a number of predictions as to how AI would impact what we do and how we do it. And just halfway through the year, those predictions are already reshaping our daily tools and practices faster than anyone expected, across nearly every domain.
August 6, 2025Emma Adler
Contributor @ Hackmamba
Hahnbee Lee
Co-Founder