The interactive request builder is the visible half of Postman, but it is rarely the half that locks you in. What is harder to leave are the mock servers other teams call, the collection runs wired into your pipeline, and the API documentation people bookmark. The tools here address those parts specifically and are not desktop request clients, so plan to keep a lightweight client for exploratory calls while these cover mocking, testing, and publishing. Sort your Postman usage into ad hoc exploration, repeatable tests, and shared API surface before you shop, because that sorting decides which tool matters.
Microcks is the one that speaks Postman's language directly. It ingests Postman collections alongside OpenAPI, AsyncAPI, gRPC, and GraphQL, then stands up live mocks in seconds and reuses the same artifacts to run contract and non-regression tests. Its CLI wires those tests into Jenkins, GitHub Actions, and Tekton, which is the natural home for the collection runs teams currently trigger by hand. If Postman was mainly your mock and test layer, this is the closest and cleanest replacement.
The gateways cover the publishing and governance side. Gravitee and WSO2 add a developer portal with documentation and search so consumers can discover APIs, plus lifecycle management, quotas, and access plans that Postman never enforced at runtime. Kong sits in front of traffic for routing, authentication, and rate limiting. Watch out for secrets in exported Postman environments during any move, and treat the migration as a chance to put tokens in a proper secret store rather than a shared workspace.