Vigyata.AI
Is this your channel?

Postman Went Git-native and it Changes Everything for Building APIs

9.4K views· 286 likes· 2:16· Mar 13, 2026

🛍️ Products Mentioned (2)

Postman just got a massive upgrade - git-native collections, Agent Mode that scans your codebase and generates specs/tests/mocks automatically, and local-to-CI parity so your tests actually match production. If you're building with APIs (especially AI agents), this is a game changer! Check out the new Postman: https://fandf.co/4aRLKCT GitHub repo with my demo: https://fandf.co/4cBYMqI Thanks to Postman for helping me bring this video to you! I've always loved using Postman and now the platform is even better.

About This Video

Until now, API work has been way more painful than it needs to be—especially if you’re building AI agents and you’re living in endpoints all day. The classic workflow is a mess: you build routes in your IDE (maybe with a coding agent), then you jump to another tool to create collections and tests, then you duct-tape it all into CI. Specs, collections, tests, and code end up scattered, not connected, and definitely not versioned together. In this video I walk through Postman’s massive update that basically fixes that. Postman is now git-native, so collections, specs, mocks, and tests can live directly in your codebase as simple YAML files. That means you can edit in Postman, flip to your editor, run a git diff, and review everything like normal code changes. The best part is Agent Mode: I can describe what I want in plain English, it scans my codebase (like a Flask app), discovers routes, generates specs, writes tests, and sets up mocks—then outputs reviewable git commits. You can choose models (Claude, GPT, self-hosted), pull context via MCP servers and tools like GitHub/Sentry/Linear, and run the exact same collection locally and in CI with pre-commit hooks and GitHub Actions for true local-to-CI parity.

Frequently Asked Questions

🎬 More from Cole Medin