Overview
Stitch is a build-time tool that combines multiple OpenAPI specification files into a single unified specification. This allows you to organize your API definitions across multiple files and directories while producing a single, valid OpenAPI document.
Use Stitch when building larger applications where maintaining a single monolithic OpenAPI file becomes unwieldy, or when different teams own different parts of the API.
Documentation
Configuration
Learn how to configure Stitch with stitch.yaml, glob patterns, file structure, validation, and common use cases.