Postman - Videos
Back to ChannelNative Git & File System Workflow with Agent Mode
Learn how to build a native Git and file system workflow with Agent Mode. Follow a flow that starts from local files, uses Agent Mode to generate API collections, adds and updates endpoints, commi...
Postman and PayPal Case Study: Reducing Time to First Call to One Minute
Watch how Postman has reduced the time to first Call (TTFC) to one minute for PayPal. Learn more at https://www.postman.com/case-studies/paypal/
Axis Bank decreased onboarding time from 10 days to 2: Postman Case Study
Watch how Postman reduced development time from 6 months to 1 for Axis Bank. Learn more at postman.com or connect with Postman on Twitter via @getpostman Learn more at: https://www.postman.com/cas...
Postman’s Public API Network Centralizes HubSpot APIs - Case Study
Developers now have easier access to the latest versions of HubSpot APIs by using the Postman Public API Network. Learn more at postman.com/case-studies/
How Postman Empowers WhatsApp to Enhance Global Connectivity: A Case Study
Discover how WhatsApp Business Platform leverages Postman to democratize business communication for developers worldwide. Learn from Marco Wirasinghe (Head of Product) and Arushi Grover (Senior Sof...
Using Postman MCP in Antigravity: Code and Collections
Learn how to install and use the Postman MCP server inside Antigravity, Google’s new IDE. We walk through the different MCP installation options (minimal, full, and code), explain when each makes s...
How to Use the Postman CLI Extension for Gemini
Install and use the Postman CLI extension for Gemini to generate Postman collections directly from an existing codebase, including tests and monitoring. The video also covers the reverse workflow, ...
New in Postman: Performance Testing, AI, and Workflow Updates
Kick off 2026 with the first Postman product update of the year. This release focuses on closing gaps across the API workflow, with major improvements to performance testing, expanded AI capabiliti...
Postman Variables Explained: Scope, Environments, Vault
Learn how Postman variables work and why scope matters for reusable, maintainable requests. This quick overview covers global, environment, collection, local variables, and the Postman Vault for se...
How to Analyze Failed Monitor Runs in Postman
Learn how to quickly analyze failed Postman monitor runs and see exactly which tests broke and why. Discover how monitor results help you diagnose issues faster without manually reproducing failures.
Former Nike and Walmart engineer Jack Herrington on building smarter APIs — a Postman case study.
Engineer and Influencer Jack Herrington dives into how modern API tools transform the developer workflow. From front-end testing to mocking and documentation, Jack shows how Postman empowers enterp...
APIs and AI insights from former Nike and Walmart Engineer Jack Herrington - Postman Case Study
Former Nike and Walmart Engineer and Influencer Jack Herrington dives into how Postman is redefining the developer experience. From working with MCP and OpenAPI to integrating AI-powered insights, ...
Scale API Monitoring Without Duplicating Tests
Use Postman environments to run the same API monitors across development, staging, and production without duplicating collections or tests. By parameterizing URLs and credentials, teams can keep mo...
Using Postman MCP Server with Gemini CLI for API Workflows
Explore how to use the Postman MCP Server with Gemini CLI to streamline modern API workflows. You’ll see two common developer use cases in action: generating a Postman collection directly from an ...
Agent Mode Generates a Full CRUD App with Backend & Frontend
Discover how Agent Mode transforms an existing API collection into a complete, production-ready CRUD web application. Starting with feature flag endpoints, Agent Mode automatically generates a Node...
How to Schedule API Tests with Postman Monitors
Learn how to set up Postman Monitors to automatically run your API tests on a schedule. This video walks through creating a monitor, choosing environments, configuring schedules, and setting up ale...
Claude Code Builds a Full Fleet Dashboard
Claude Code is tested on a real-world scenario by generating a full-stack fleet operations dashboard from an empty project, a project plan, and an API spec. The result includes dashboards, analytic...
New testing features in Postman | Between 2 Devs
Come join us LIVE for our first stream of 2026 to hear the latest developer tips from Postman! We'll be showing two new testing features: (1) Reusing existing requests in the scripts tab using pm.e...
Setting Up Postman MCP in Google Antigravity
Learn how to set up the Postman MCP service inside Google Antigravity, a VS Code-based IDE. Install the Postman extension, configure MCP, and get the server running.
Build an Enterprise Architecture AI Agent with Postman & OpenAI
In this video, you’ll learn how to build an enterprise architecture AI agent using Postman and OpenAI’s Agent Builder. We walk through creating an agent that reviews application ideas submitted by...
End-to-End Feature Generation with Agent Mode From Backend to UI
In this video, we demonstrate end-to-end feature generation with Agent Mode. Starting from a simple prompt, Agent Mode extends an application by adding a new backend route, generating controller lo...
Zeiss streamlines workflows with automation tools - Postman Case Study
Zeiss achieves seamless collaboration across global teams in Germany, India, and Budapest by forking collections and simplifying workflows. Test automation boosts productivity, allowing developers ...
Zeiss runs 100 tests in 1 minute - Postman Case Study
Zeiss reveals how an API-first approach using Postman provides a standardized, secure environment for running tests and managing APIs. Using public, private and partner workspaces means there is no...
Testing Claude Opus 4.5 on a Real Full-Stack App
Claude Opus 4.5 is evaluated using a real-world full-stack application build. Given only a project plan and an existing API, it attempts to construct a fleet management dashboard from scratch.
From Mock Servers to Production-Ready APIs in Postman
Learn how to turn Postman mock servers into production-ready APIs with shared docs, tests, and environments. This workflow lets front-end and back-end teams move faster using a single, well-defined...
Multi-Environment API Monitor Setup Using Postman
This walkthrough demonstrates how to set up multi-environment API monitors in Postman using a single collection to continuously validate dev, staging, and production environments. The setup covers ...
Monitor API Uptime and Performance with Postman
Learn how Postman Monitors help you track API uptime, performance, and reliability with automated tests and alerts. Set up scheduled or on-demand monitoring to catch issues early and keep your APIs...
How to Create and Manage API Test Data with Agent Mode
Learn how Agent Mode can be used to create and manage API test data for a generated Postman collection. The workflow begins with API requests failing due to duplicate data and missing parameters. ...
How to Build Reliable AI Agents for Production
Learn how to build reliable AI agents for production when your agent depends on multiple external APIs and services. Explore four key focus areas, including API contracts, monitoring, observability...
Sharing and Securing Variables in Postman
Learn how to share Postman variables with your team and control which values sync to the cloud. This short also covers marking variables as sensitive and setting variables programmatically in scripts.
From Monolithic ERP to Microservices Using Agent Mode
Explore how Agent Mode is used to analyze and refactor a large monolithic ERP application into a microservices architecture. The workflow begins by examining a tightly coupled ERP codebase where c...
How to Set Variables in Postman Requests
Learn how to quickly set variables in Postman directly from URLs and headers using the Set as variable option. This short shows how variable scope works and when to store values in collections, env...
Rapid API Prototyping with Postman Mock Servers and Agent Mode
If you’re only using Postman to send requests to real APIs, you may be missing one of its most powerful features: mock servers. In this video, you’ll learn how to use Postman Mock Servers with Age...
Full Pull Request Lifecycle Using Agent Mode and GitHub MCP
Explore how Agent Mode is used to manage the full pull request lifecycle using the GitHub MCP server. The workflow begins by configuring the GitHub MCP server and enabling the available tools. Usi...
Automating OpenAPI Specs, Tests, and Git Commits with Agent Mode
Discover how Agent Mode is used to automate key parts of the API development workflow using local files, tests, and Git. The workflow starts by scanning the local codebase and generating a complet...
Managing Variables in Postman: Scopes, Vault, and Sharing
Learn about the different types of variables in Postman, including global, environment, collection, and local variables, as well as how Postman Vault is used to securely store sensitive credentials...
Testing Agent Mode’s Context Across Code, APIs, and Workspaces
In this video, we put Agent Mode to the test to see how much context it can understand across a real full-stack project. We start by asking Agent Mode to introspect the local file system, identify...
OpenAI Codex 5.2 High CLI Test on a Real Fleet Dashboard
A real-world CLI benchmark using OpenAI Codex 5.2 High to build a complete fleet management dashboard from scratch. Codex is provided only with a production fleet logistics API, a YAML specificati...
Multi-Protocol Collections in Postman: GraphQL, gRPC, & More
Modern APIs go beyond REST. Today’s systems are built using a mix of HTTP, GraphQL, gRPC, MCP, and more. However, managing each protocol across separate tools and collections creates unnecessary fr...
Work Offline with Local Filesystem & Native Git
Learn how to keep working on your APIs even without an internet connection using Postman’s local filesystem and native Git support. Stay productive anywhere with uninterrupted, offline-first API de...
Vibe Coding in Lovable to Production Ready with Postman Agent Mode
Vibe coding tools like Lovable make it easy to spin up full-stack applications quickly, generating UIs, endpoints, and documentation from simple prompts. But when it comes time to validate APIs, ru...
This AI Agent Self-Heals Broken API Calls
This AI agent debugs and fixes broken APIs on its own by searching the latest docs. Built at the Postman SF Hackathon using Postman collections. #api #ai #aiagents #postman
Forking a Collection to Build Faster API Demos in Postman
This Dev 2 Dev episode explores how forking collections in Postman can dramatically speed up building API demos. Starting with public APIs from the Postman API Network, the video shows how existing...
Postman Sponsored Hackathon Winners - SF 2025
The winners of the Postman-sponsored Hackathon in San Francisco 2025 built an API self-healing agent. This video covers the idea, technology, and key lessons from the hackathon.
How to Add Tests to a CI/CD Pipeline with Agent Mode
Learn how to use Agent Mode to add tests from an existing collection into a CI/CD pipeline using GitHub Actions. You’ll see how Agent Mode generates a GitHub Actions workflow YAML file, commits it...
Build API Prototypes with Mock Servers
Build functional API prototypes in minutes using Postman mock servers and agent mode. Eliminate backend bottlenecks and let frontend teams start building and validating immediately. #api #postman ...
Testing Claude Code: Full-Stack Architecture Deep Dive
Continue the experiment from Part 1 with a detailed look at the architecture produced by Claude Code (Sonnet 4.5). The application was generated primarily in a single run using only a project plan ...
Testing Claude Code: Can It Build a Full-Stack Dashboard?
Explore an experiment designed to test how effectively Claude Code (Sonnet 4.5) can build an application from an empty project folder. The setup includes a detailed project plan and an OpenAPI YA...
Postman Code, Agent Mode + Filesystem Integration | Between 2 Devs
We've got two new Postman hacks for you. Join us LIVE to learn more about Postman Code, plus Agent Mode + Filesystem integration. 🧠 Hack #1: Storing your APIs on your Filesystem and versioning the...
Postman Offline Support: Keep Your API Workflow Uninterrupted
Learn how Postman's offline support and local view let you continue working on your APIs even without an internet connection. Send requests, make edits, and keep your workflow uninterrupted whether...