OpenAPI Integration
When using Hono with the Zod OpenAPI extension, Studio automatically detects your OpenAPI documentation and provides an integrated documentation viewer right in your development environment.
This makes it easy to inspect and test your API documentation as you build it. On top of that, Studio will use your OpenAPI definitions to generate example requests with AI Request Autofill.
Integrated Live Documentation
Studio automatically detects when you’re using @hono/zod-openapi
in your project.
So, maybe your API looks like this:
In that case, Studio adds a “Docs” tab to the request panel for the /users/:id
route where you can view that route’s OpenAPI documentation:
Your documentation will update in realtime, as you develop your API, so you get a snapshot of what your api’s end users will see.
Learn More
For more details on using Hono with Zod OpenAPI, check out the official documentation: