Catch, route, and replay inbound webhooks without leaving Postman

Most of API development is about the calls you make. But a lot of the interesting stuff happens in the other direction,…

Generating Client SDKs and AI-Ready CLIs with Postman

Postman can generate a fully documented, type-safe SDK directly from a collection or an OpenAPI spec, in nine languages, and it can…

Swapping External Dependencies with Local Mocks Servers

The previous post introduced Postman Local Mock Servers, the Git-backed pattern that lets you stand a mock up next to your collections…

Your API Tests Belong in the Pipeline – Here’s How to Get Them There

Your Postman Tests Are Only Valuable If They Run Automatically You probably already have the tests. Requests with assertions, test scripts that…

Headless Postman: Automating the API Lifecycle with the MCP Server

Most API developers have a familiar routine: open Postman, import a spec, create some requests, wire up a mock, run tests, check…

From API Calls to Agent Calls: What I Learned Running a Live MCP Workshop at API Days Singapore

A full room. Over 150 developers, architects, and API practitioners gathered at the Marina Bay Sands Convention Centre – one of Singapore’s…

Build and DynamicallyTest a Banking API with Agent Mode and Postman MCP Server

What if you could build an API, generate tests with AI, and connect the whole thing to Claude—all in one workflow? That’s…

Working with the Postman CLI

The Postman CLI is the official command-line tool for Postman. It lets you run collections, publish workspaces, lint API specs, trigger monitors,…

Eliminate context switching with Postman Native Git and MCP

Eliminate context switching with Postman Native Git and MCP You’re in the zone. You’ve been heads-down on a backend service, the code…

Seven best practices for writing high quality prompts

Getting useful output from an agent comes down to how you ask.  Prompt engineering is an evolving space, especially as an agent…

Reusable Requests: Enhancing Modularity and Efficiency

Imagine treating a request in Postman as a reusable component, not something you copy and paste across collections, but something you define…

How to Mock APIs Locally During Development

Local Mock Servers are one of the most underrated tools in API development. They let teams move forward before every backend endpoint…