Hey,
I’ve been rethinking my API tooling lately and realized I’ve mostly stayed with Postman out of habit.
One thing that stood out again is the free plan limitations. They’re not new, but they make collaboration a bit annoying for small teams unless you upgrade.
For basic API testing it still works fine, but in more data/engineering-heavy workflows (multiple services, pipelines, model endpoints, etc.), it starts feeling a bit restrictive.
So I’ve been looking around at alternatives:
- OpenAPI + Git-based workflows
- lighter tools like Bruno or Insomnia
- CLI-based setups (curl, HTTPie, scripts in pipelines)
- or more integrated platforms for design + testing
I also tried a couple of newer tools like Apidog feels more “all-in-one” (design, testing, docs, collaboration), but still evaluating how it fits in more complex setups.
Curious what others here are using in 2026.
Still on Postman, or have you moved to something else for API workflows?