Postman
The Collaboration Platform for API Development
Our open source modules power core features of the Postman app, which is used by over 8 million users across 400,000+ companies.
Newman
Command-line tool for running and testing a Postman Collection as part of any pipeline, making Postman collections a unit of compute that can be baked into the software development life cycle, and leveraged as API truth wherever it is needed.
Postman Code Generators
Convert Postman collections to usable code in more than 20 different programming languages, generating simple client scripts for consumers that are defined by the Postman collections used as the code generators definition.
Importers
The collections you save and share with Postman are all open source and can be shared, exported, published, and used as a unit of currency within any application or system, further extending the reach of the platform. To enable users of various tools to quickly get started, we've introduced modules that convert various API formats (OpenAPI / RAML / GraphQL) to Postman collections.
Learn more | Source code OpenAPI | Source code GraphQL | Source code RAML
Postman Collection SDK + Runtime
The core of Postman is powered by Runtime that helps to execute requests, scripts, and tests in the Postman app. The Collection SDK allows you to create, manage, and automate how collections are defined and put to work across a platform without depending on the application. These two modules are closely associated.
Learn more about Collection SDK | Source code Collection SDK | Learn more about Runtime | Source code Runtime