SwaggerHub is a collaborative platform where you can define your APIs using the OpenAPI Specification, and manage your APIs throughout their lifecycle. SwaggerHub is brought to you by the same people behind the open-source Swagger tools. It integrates the core Swagger tools (UI, Editor, Codegen, Validator) into a single platform to help you coordinate the entire workflow of an API’s lifecycle.
With SwaggerHub, you can:
-
Define your APIs in the OpenAPI format.
-
Host all your API definitions in a single place.
-
Store your common API components (such as data models and responses) in domains and reference them from API definitions.
-
Collaborate on API definitions with your team.
-
Generate server and client code and push it to GitHub, GitLab, Bitbucket, or Azure DevOps Services.
-
Share your APIs publicly and privately.
-
Iterate the API design and manage multiple API versions.
Get started
Start by signing up and creating your first API.
OpenAPI compatibility
SwaggerHub supports OpenAPI 3.0 and OpenAPI 2.0.
New to OpenAPI?
Check out these guides to learn how to write OpenAPI definitions: