What problem does it solve?
Keeps Postman collections, environments, and test scripts consistent between Postman Cloud and a repository-based collection representation, removing manual syncing, duplicate requests, and missing environment variables that break API testing workflows.
Core Features & Use Cases
- Mode-aware sync: automatically detects and respects API, git, or disabled sync modes and branches behavior accordingly.
- Add and maintain requests: always add requests (not just curl snippets), include after-response test scripts to capture IDs, and prevent duplicates by checking existing collection entries or request files.
- Git-first scaffolding and environment management: generate postman collection YAML files, environment files, and folder ordering when in git mode, or call MCP tools to manage collections and environments in API mode.
- Use case: scaffold a project's Postman collection, add create/read/update/delete requests with test scripts that set collection variables, and sync those changes to Postman Cloud or to repository YAML files.
Quick Start
Add a POST /api/projects request to the project's Postman collection with an after-response test that saves projectId and sync it to Postman Cloud.