The Context-Switch Cost of Multi-Tab API Work

▶ Watch (00:59)

Debugging a 400 error, writing a test, updating docs: three tasks, three open tabs, nothing in sync. That state can eat an entire day or two. Postman Agent Mode addresses this by working where you already work. It has access to your code, your tests, and your APIs. One prompt handles the whole sequence, no tab switching, no context change.

Agent Mode and the GitHub MCP Server

▶ Watch (01:52)

Talia scoped the GitHub MCP Server inside Postman: read branches, create PRs, modify workflow files, no repo deletion, no review bypass. One prompt did the rest: generate a branch in the A/B testing repo, write tests for each endpoint, commit, and request a review. She walked through the prompt-to-PR demo (03:39) live, with Agent Mode calling MCP tools to generate test scripts for every request and open the PR. A second prompt generated a GitHub Actions YAML file and pushed it to the repo. Those tests ran in the CI/CD pipeline.

“agent mode handled all of the heavy lifting for me.” — Talia Kohan

Native Git Integration and Two-Way File Sync

▶ Watch (07:21)

Postman’s upcoming file-system and git integration adds a bidirectional sync between local code and Postman workspaces. Talia imported her back-end files, clicked Use Agent Mode, and the tool generated a full API collection from the source files with one click. She then demonstrated the two-way sync demo (08:36): a new segmenting endpoint added in Postman appeared in Cursor, and committing those changes from within Postman triggered a PR in GitHub. The whole flow ran without switching tools.

“So there is a two way sync between my code and postman.” — Talia Kohan

Notable Quotes

That’s exactly what Postman’s Agent Mode does. Talia Kohan · ▶ 1:38

So there is a two way sync between my code and postman. Talia Kohan · ▶ 8:36

agent mode handled all of the heavy lifting for me. Talia Kohan · ▶ 6:42

Key Takeaways

  • Agent Mode calls GitHub MCP Server tools to create branches, write tests, and open PRs from one Postman prompt.
  • Permissions are scoped at setup: Agent Mode can modify workflow files but cannot delete repos or bypass reviews.
  • Upcoming file-system integration gives two-way sync so local code changes and Postman workspace changes stay in step.