Native export to Postman collection format
Yaak already has a strong import story for Postman collections, but the reverse path is still awkward for teams that need to share collections with people using Postman or other tools that support the Postman format.
Today, exporting from Yaak appears to produce Yaak JSON rather than a Postman collection. There are community workarounds like CLI conversion tools, and plugin support seems to make this technically possible, but neither option is as discoverable or frictionless as a built-in export flow.
This would be valuable for a few reasons:
Easier collaboration in mixed-tool teams Simpler migration or rollback paths Better interoperability with tools that accept Postman collections as a de facto exchange format Less reliance on external CLIs or custom plugins for a common sharing workflow Suggested scope:
Export a workspace or folder as Postman Collection v2.1 Preserve folders, requests, headers, query params, auth, variables, and descriptions as much as possible If full native support is too large right now, a first step could be an official plugin surfaced in the UI I think the ideal outcome is native support, but an official plugin would already be a meaningful improvement over the current situation.
Thanks.