If you have an API running in production, you probably have a lot of peripheral needs around it such as generating client SDKs for your API consumers, maintaining API documentation, and testing your API. A lot of this can be automated, and the modern approach is to do this in a CI/CD environment. In part [...]