🕹️ Open-source, developer-first LLMOps platform designed to streamline prompt design, version management, instant delivery, collaboration, troubleshooting, observability and more.
It would be valuable to have an auto-generated OpenAPI spec for Pezzo's REST API.
REST is used exclusively by our SDK clients (currently JS and Python), and would be a great way for anyone to integrate, regardless of whether there is an SDK available or not.
All REST endpoints are defined in NestJS controllers (*.controller.ts) in the apps/server directory.
Proposal
It would be valuable to have an auto-generated OpenAPI spec for Pezzo's REST API.
*.controller.ts
) in theapps/server
directory.