August 2026 Summaries
19 posts from Postman
Filter
Month:
Year:
Post Summaries
Back to Blog
Quality engineering leaders face three main options as AI accelerates development: maintaining existing processes, building internal tooling, or connecting specialized point solutions, each of which carries less visible long-term costs. Maintaining the status quo can reduce velocity through manual maintenance, serial validation, and escaped defects; internally built systems often become difficult to maintain and modernize; and disconnected tools create coverage gaps, duplicated work, fragmented evidence, and AI systems without shared context. The proposed alternative is a maintained, unified testing platform where tests are connected to code, reused across development, CI/CD, pre-release validation, and production monitoring, and supported by shared artifacts, audit records, governance, and AI-assisted analysis. A recommended 90-day rollout begins by mapping current quality stages and baseline metrics in a small service domain, replacing one weak or manual process with an operational test workflow, then expanding the approach while measuring results. The central argument is that organizations should use measurable pilot outcomes to determine where their quality pipeline leaks and build a business case for broader investment.
Aug 31, 2026
1,167 words in the original blog post.
Postman.ai has launched Orbit, a free, unauthenticated API-discovery service for AI agents that is available through an MCP server or REST API and is designed to help agents identify suitable public API endpoints and integrate them accurately. Its search tool accepts natural-language tasks and returns ranked endpoints with explanations of their supported and unsupported capabilities, while integrate produces a task-specific brief covering authentication, request steps, parameters, response codes, dependencies between calls, and common errors. Using an invoicing example, Orbit identifies that creating and sending an invoice require separate PayPal endpoints and explicitly maps the invoice ID dependency between them. Built on the public Postman API Network, the service draws on API schemas, saved examples, and authentication settings rather than human-oriented documentation. Postman.ai reports typical combined search and integration times of roughly 15 to 20 seconds and estimates that Orbit can require about 27 times less context than loading a full provider specification, although generated integration briefs can vary in wording. A FIT verdict indicates whether selected endpoints fully or only partially satisfy a requested task, emphasizing that agents should not invent unsupported capabilities, while optional Claude Code skill instructions encourage agents to use Orbit before writing third-party integration code from memory.
Aug 27, 2026
2,777 words in the original blog post.
Engineering organizations are increasingly building context graphs—often labeled as service catalogs, API registries, ownership maps, or developer platforms—to give AI coding agents structured access to the services, APIs, teams, dependencies, policies, and operational history that humans otherwise retain informally. The argument is that coding-agent failures commonly stem from poor retrieval and grounding rather than inadequate reasoning, since larger context windows can degrade model performance and cannot reliably replace targeted access to current organizational knowledge. A graph of typed entities and relationships can help agents identify existing endpoints, owners, contracts, deprecations, approval requirements, dependencies, and incident risks before generating code. API specifications, runtime collections, governance metadata, and third-party integrations already form much of this graph, with platforms such as Postman offering private API discovery, governance checks, and MCP-based tools that agents can query programmatically. Effective adoption depends on keeping graph data current through development workflows, enforcing governance in CI, beginning with a limited set of active services and APIs, and pairing discoverable contracts with runnable tests and environments so agents can validate their work.
Aug 25, 2026
1,965 words in the original blog post.
Postman Passport is an Enterprise feature with an Advanced Security Administration add-on designed to reduce API secret sprawl by replacing distributed API keys with cryptographically bound credential references. Consumers place these references in requests, while a secure access proxy inside the organization’s network authenticates the caller, verifies authorization scope, retrieves the real secret from an existing secret store, injects it into the outbound request, and prevents the consumer from ever viewing the resolved credential. The system relies on certificates rooted in the organization’s certificate authority, keeps secrets out of the Postman cloud and audit logs, and supports access revocation without rotating keys or locating copies on users’ machines. Access is administered through namespaces, where Team Admins configure proxies and assign Managers to approve workspace and API-access requests for Members. Passport integrates with secret stores such as HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, and 1Password, while using the Postman CLI on the consumer side, and is positioned as particularly useful for regulated environments, offboarding users, and controlling credentials used by both people and AI agents.
Aug 24, 2026
1,537 words in the original blog post.
Quality engineering functions can diagnose pipeline weaknesses by tracking five leading metrics across Design, Gate, Validate, Monitor, and Improve stages: standard test-package adoption, merge-blocking test coverage and flake rate, production defect escape rate, end-to-end synthetic monitoring coverage and detection time, and release change failure rate. These measures reveal how gaps compound, as poor standardization weakens gates, allows more defects through validation, burdens monitoring, and ultimately increases rollbacks and emergency fixes. The framework advises reading the metrics as a connected chain to identify the primary bottleneck rather than attempting to improve every stage simultaneously. Leadership should also monitor broader outcomes including lead time for changes, completeness of automated audit evidence, and reductions in manual operational toil. Organizations are encouraged to establish an initial baseline for a visible domain of three to ten services, treating unavailable measurements as evidence of unmanaged stages.
Aug 21, 2026
989 words in the original blog post.
Postman AI Engineer is presented as a natural-language interface to the Postman Context Graph, which indexes APIs, OpenAPI specifications, collections, monitors, mock servers, and connected repositories to answer cross-system engineering questions. The text highlights five primary uses: tracing identifiers across backend services and frontend code, detecting three-way drift among specifications, collections, and live monitor responses, finding existing APIs across organizational workspaces despite differing names, simulating the downstream impact of breaking changes, and automatically generating PR reviews that identify contract changes and affected dependencies. By combining design-time definitions, test and collection data, runtime signals, and source code, the tool is intended to reveal ownership, consumers, duplication, drift, and change risks that are difficult to discover through isolated tools or manual coordination. It recommends using Postman Agent Mode in a workspace containing an OpenAPI-backed API, collection, monitor, and Native Git-connected repository to try these graph-based queries.
Aug 20, 2026
1,208 words in the original blog post.
jhipster-mcp is an official open-source TypeScript MCP server that connects AI agents to the JHipster CLI, allowing them to convert natural-language application requirements into JDL and generate or evolve Spring Boot projects through structured tools. Requiring Node.js 20+ and a globally installed JHipster CLI, it exposes 13 lifecycle-oriented tools, reusable prompts, and resources including a JDL grammar reference and live project configuration data, with safeguards such as directory sandboxing, input validation, and isolated dry runs. The walkthrough demonstrates using Postman’s MCP client over STDIO to inspect the server’s tools, prompts, resources, JSON-RPC schemas, and raw responses without involving an AI agent, beginning with JDL validation and progressing to previewing or generating an application. Postman is presented as a practical testing environment for identifying contract problems, checking structured results and environmental warnings, and rapidly verifying changes to server capabilities after rebuilding and reconnecting. Although jhipster-mcp provides broad support for scaffolding, deployment, CI/CD, and upgrade workflows, its dependence on a locally maintained JHipster installation and its relative maturity mean individual tools should be tested before being used autonomously or in production.
Aug 19, 2026
2,488 words in the original blog post.
AI agents are increasingly becoming active creators, users, and coordinators of software, relying on APIs to access data, perform actions, retain memory, and interact with people and systems. This shift creates enterprise challenges around agent trust, access controls, governance, accountability, cost, return on investment, and operational scaling, with the text arguing that organizations risk losing control if these issues are not managed. Postman positions its API-management experience and AI-native platform as a control layer for the emerging agent economy through its Agent Stack, which includes Passport for identity and access management, Fabric for AI-native API gateway capabilities, Astro AI for running and controlling agents, Fern for documentation and developer tools, and the Postman Platform’s API Catalog, Context Graph, and AI Engineer. Postman.ai is being launched as a hub for the company’s AI vision, research, and industry benchmarks, reflecting its aim to help organizations adopt agent-based computing while maintaining oversight.
Aug 18, 2026
748 words in the original blog post.
Postman has introduced programmable webhook scripting and AWS Marketplace purchasing, extending its capabilities across API development and procurement. Webhook listeners can now run JavaScript when events arrive and after responses are sent, enabling users to validate payload structures, verify HMAC signatures, modify or block events, log activity, and trigger chained collection requests such as deployment health checks. The feature supports external packages from Postman’s library, npm, and JSR, along with built-in signature-verification presets for providers including Stripe, GitHub, and Slack, though scripts have a 25 KB console-output limit, restricted API availability, and no persistent state between invocations. Available on Solo, Team, and Enterprise plans, webhook scripting can support event-driven testing and automation workflows. Separately, Team and Enterprise customers can now subscribe to Postman through AWS Marketplace or an in-app “Buy with AWS” option, allowing organizations to use existing AWS billing arrangements, including committed-use agreements, while Postman provisions teams and reflects AWS as the payment source.
Aug 18, 2026
1,057 words in the original blog post.
Production AI agents often fail not because of model capability but because organizations lack infrastructure for reliable API discovery, machine-readable interfaces, delegated access control, and operational visibility. The text argues that agents need a continuously maintained system of record for APIs, such as Postman’s Context Graph, so they can identify canonical services, ownership, versions, and dependencies rather than relying on outdated documentation or tribal knowledge. APIs must also be structured for machine use through typed specifications and SDKs, an approach associated with Fern and reflected in standards such as the Model Context Protocol, to reduce inference errors and failed calls. Because agents can dynamically access multiple systems and delegate work to sub-agents, security requires narrowly scoped identities, policy enforcement, and credentials that do not expose underlying secrets; Postman’s Fabric Gateway and Passport are presented as examples. Finally, organizations need shared agent registries, tracing, cost tracking, and auditability, represented by Postman Astro, to determine which agents are operating effectively. These capabilities build on one another, with accurate API context identified as the starting point and access control as an urgent follow-up, shifting the central challenge from API readiness to whether AI systems are ready for production.
Aug 17, 2026
1,773 words in the original blog post.
AI agents commonly follow a decide-act-observe cycle, but their performance depends on whether work is organized as sequential loops or dependency-based “beads.” Loop agents use an ongoing model conversation in which each tool call and result informs the next step, making them suitable for open-ended or conversational tasks where the model may need to change direction. Bead agents instead use a predefined graph of small functions with explicit inputs, outputs, and dependencies, allowing independent steps to run concurrently and enabling targeted retries when individual steps fail. Using a Postman API health-check task as an example, the author compares a loop that sequentially retrieves a collection summary and runs a monitor with a bead graph that performs both operations in parallel before producing a report. In a simulated test, the loop took about 3.02 seconds while the bead approach took 1.83 seconds, reflecting that parallel work completes near the duration of the slowest operation rather than the sum of all operations. The comparison suggests that loops remain valuable for iterative tasks such as debugging or responding to evolving findings, while bead graphs are more efficient for predictable workflows such as independently testing, auditing, documenting, or scoring an API.
Aug 14, 2026
1,681 words in the original blog post.
Postman AI Engineer is presented as a tool for managing risky multi-repository API changes by using a continuously updated Context Graph that maps API endpoints to source code, Postman collections, monitors, mock servers, workspaces, and their owning teams. Rather than relying on code search or manual coordination to identify consumers of a changed endpoint, it can trace downstream dependencies such as frontend applications, backend workers, contract tests, and scheduled monitors, classify their risk and urgency, and propose coordinated pull requests across connected Git repositories. In an example field rename from user_id to userId on GET /users/:id, the system identifies affected services and tests, updates code and versioned Postman collections, runs local tests, and includes graph-derived rationale and consumer classifications in PR descriptions. Its coverage depends on connected repositories and observable call patterns, while dynamic URLs and unconnected systems may remain undiscovered; it also does not merge changes automatically, preserving human review for potentially blocking partner or production dependencies.
Aug 13, 2026
1,680 words in the original blog post.
Quality engineering programs built around sequential development, testing, release, and audit stages are increasingly strained by AI-driven software delivery, which raises code output and API usage without corresponding growth in staff or quality infrastructure. The text identifies six compounding issues: serial quality processes that become bottlenecks, fragmented testing tools across protocols and stages, decaying and flaky test suites, insufficient coverage of lower-priority services, manual audit-evidence collection, and AI’s tendency to amplify weak testing pipelines as well as strong ones. It argues that accelerated development exposes longstanding gaps in test coverage, reliability, compliance documentation, and risk visibility, while new continuous-monitoring requirements make periodic audit preparation less viable. The recommended starting point is to assess these six areas for a manageable domain of several services, identify the highest-risk weaknesses, and use that assessment to guide pipeline improvements and measurement.
Aug 12, 2026
1,147 words in the original blog post.
Postman’s Context Graph is presented as a live, interconnected index of APIs, specifications, collections, workspaces, monitors, mock servers, and connected frontend and backend repositories, designed to answer organizational questions such as ownership, consumers, duplication, and implementation status. Its AI Engineer uses natural-language prompts to query relationships in the graph, helping teams identify route owners, assess downstream impact before changes, locate overlapping services, detect drift between OpenAPI specifications and code, find obsolete collections or monitors, audit API design consistency, and review authentication practices. A visual graph view complements the AI responses by allowing users to inspect relationships directly and validate unexpected findings. The approach can expose issues such as duplicate webhook logic, inactive endpoints with passing monitors, legacy API consumers, and inconsistent validation behavior, while emphasizing specific prompts, source-repository connections, recurring audits, and verification of results to improve API discovery and maintenance.
Aug 11, 2026
1,866 words in the original blog post.
Postman’s cloud performance testing enables teams to run load tests directly from their existing Postman Collections, preserving requests, authentication, environment variables, and pm.test assertions so functional validation continues at every level of load. Users can configure virtual user counts, durations, and ramp profiles through the Collection Runner without provisioning infrastructure, while Postman deploys and manages cloud workers that stream real-time response-time, throughput, and error-rate metrics to the client. The engineering design addresses distributed load-testing challenges through synchronized worker starts using shared future timestamps, exact splitting of load profiles across workers, continuous metric persistence to protect data if workers fail, and test completion logic that captures responses arriving after the configured load period. This approach aims to unify functional and performance testing in one reusable artifact while making large-scale API testing accessible without relying on local hardware or network capacity.
Aug 10, 2026
1,188 words in the original blog post.
Agentic AI shifts API security concerns from inaccurate generated text to autonomous actions that can affect live systems at machine speed, creating risks such as unauthorized payments, data exposure, record changes, and system corruption through undocumented endpoints, excessive permissions, prompt injection, and complex third-party supply chains. The passage argues that traditional APIs were designed around human judgment and are poorly prepared for agents that lack institutional context and can act continuously across sprawling, often ungoverned API environments. Postman presents its AI Engineer as a response, using an organizational Context Graph for authoritative API knowledge, sandboxed cloud execution, mandatory human approval for write operations, an API Catalog to establish authorized scope, and verifiable artifacts for auditing. Its broader platform approach also includes API visibility, anomaly detection through Postman Insights, and a curated network of verified MCP servers, emphasizing least-privilege access, enforced policy, complete logging, and human checkpoints as essential controls for autonomous API use.
Aug 06, 2026
1,624 words in the original blog post.
Postman has released @postman/api-sdk, an official TypeScript client for its API that provides typed access to workspaces, collections, environments, monitors, mock servers, SDK generation, and other services. Generated deterministically from Postman’s public API specification, the SDK is designed to stay synchronized with API changes through automated pull requests and npm releases, reducing schema drift and providing autocomplete, compile-time validation, consistent authentication, and standardized error handling. The post emphasizes that typed, specification-derived clients can also improve AI-assisted coding by supplying current method signatures, enums, and payload shapes rather than requiring models to infer API details. Developers can install the package for Node.js 18 or later, authenticate with a Postman API key, and use the PostmanApi client to create and delete resources, synchronize environment variables from version-controlled infrastructure configuration, and handle HTTP errors through status metadata. Postman also presents its SDK Generator as a way for other API owners to create similarly auto-updated typed clients from OpenAPI definitions and connect SDK regeneration to source-control workflows.
Aug 05, 2026
2,446 words in the original blog post.
Earlier this month, the Postman team participated in APIdays Munich, where they engaged with developers and architects over the expanding role of APIs in the AI landscape. Postman emphasized the importance of building context-aware AI agents that can reason beyond mere code generation, with APIs providing the necessary context for agents to interact effectively with real systems. This was highlighted in a talk by Gbadebo Bello, who explained the significance of grounding AI agents in API specifications for reliable performance and followed up with a hands-on workshop on using the Model Context Protocol (MCP) to connect AI to APIs. The event also featured live demos at the Postman booth, where the team showcased various tools and engaged with a diverse group of developers. Additionally, the team organized a trivia competition with prizes, adding a fun element to the proceedings. The Munich stop is part of a broader tour, with upcoming events planned in India, Toronto, London, and Paris, where Postman continues to foster learning, connection, and innovation in the API and AI domains.
Aug 04, 2026
724 words in the original blog post.
Postman has integrated Wiz's cloud security intelligence into its API platform, offering a unified view of all APIs and their associated risks within a single interface. This integration embeds Wiz's runtime security directly into the Postman API Catalog, enabling teams to identify and address API risks before they lead to breaches. The collaboration addresses a significant gap in security by providing visibility into APIs that are in the design and development stages but not yet deployed, which were previously invisible to security tools. By embedding Wiz's capabilities into Postman, the workflow for managing API security becomes more efficient, as developers receive real-time risk insights directly within the tools they already use, shifting the focus from reactive to preventive security measures. This new functionality is available to customers on Postman's Enterprise plan, promising deeper integration and expanded features in the future.
Aug 03, 2026
747 words in the original blog post.