Automating API product delivery is about automating workflows to improve the quality and delivery speed for APIs by applying APIOps principles. In this talk, I discuss patterns for:
> API consistency checks: Enforcing API design standards with linting tools like Spectral, Redocly CLI and Vacuum.
> API breaking change checks: Automating breaking-change checks with OpenAPI diff tools like Oasdiff
> API conformance checks: Ensuring accuracy of your API reference documents using API conformance tools like Schemathesis.
> API code generation: Generate server and client code using SDK generators like OpenAPI Generator