Case StudyInfrastructurePostman SEAI-Accelerated

Building Brightbox
an enterprise-grade
Postman demo environment

Postman repositioned around a platform solution this year — and the sales motion that came with it required real, running infrastructure. We didn’t have a demo engineering team, and no one gave us an environment. SEs were standing up local Docker containers and the shared account was a mess. I took it on: a centrally managed, cloud-hosted environment with real Kubernetes clusters, live API traffic, and every platform feature wired up and demo-ready — built solo, at a pace that would normally take a team.

Sales Engineer, Postman
Solo build — platform design to deployment
2026
Live — team onboarding in progress
11
Production services deployed
5
Postman industry verticals designed
70%
Reduction in per-SE setup effort
1
SE who built this, org-wide

The problem

Demo environments that undermined the sale

Postman’s SE team had a fragmented demo landscape. There was no single owned environment — instead, a patchwork of individually maintained setups, personal workspaces bleeding into shared demo accounts, and services with names like “XYZ test” and “Liz - personal workspace” appearing in the API Catalog during customer calls.

Postman is an enterprise governance and API management platform. Walking into a deal and demoing governance over a messy, un-governed account was a fundamental credibility problem. We were arguing the value of our product while accidentally proving we didn’t use it ourselves.

There was also a velocity issue. New SEs spent weeks building their own demo services — time that should have been spent selling. And crucially, our demo accounts weren’t always in sync with what was actually shipping in production.

The solution needed to be centrally managed, production-realistic, and maintainable by a small team — while making every Postman feature genuinely demonstrable against real infrastructure generating real signals.

The build

A deploy-once, centrally managed demo platform

The platform I designed — Brightbox — is a retail industry demo environment built on AWS, running real Kubernetes workloads on EKS, with production traffic flowing through AWS API Gateway and Postman Insights surfacing live endpoint health across every service.

This isn’t a mock. It’s not a simulated “lite” mode. Every service runs in a real cluster with real latency, real error rates, and real CI pipeline results. When you open the Postman API Catalog and see a p90 latency spike — it’s actual infrastructure responding to actual traffic. That authenticity is what makes the demo credible.

The retail vertical is the first of five planned industry accounts — FinTech, Healthcare, Insurance, Retail, and General SaaS — each mapped to a distinct cloud provider and set of compliance narratives relevant to enterprise buyers in that space.

CloudAWS (EKS)API GatewayVPC Link
ObservabilityPostman Insights+Cluster WatcherAPI Catalog
Service meshIstio (minimal)Envoy sidecarInsights Agent
SpecsOpenAPI 3.0+AsyncAPISpec Hub
CI/CDpostman spec lintcollection runworkspace push
Data / AuthSupabase+Stripe (test)OAuth2 / mTLS

Retail service inventory — 11 production services

ServiceTeamPortAuthDataExposure
Product Catalog APIStorefront3001API keynonePublic (API GW)
Pricing & Promotions APIStorefront3002API keynonePublic (API GW)
Cart APICheckout3003OAuth2piiPublic (API GW)
Checkout APICheckout3004OAuth2pciPublic + Stripe
Orders APIOrders3005OAuth2piiPublic (API GW)
Order Events ContractOrdersBrokerpiiSpec-only artifact
Inventory APIInventory3006mTLSnoneInternal only
Fulfillment Orchestrator APIFulfillment3007mTLSpiiInternal only
3PL Connector API3PL3008OAuth2piiInternal only
Shipping Webhooks Contract3PLAPI key sigpiiSpec-only artifact
Tracking & Exceptions APIPlatform3009mTLSpiiInternal only

Postman implementation

Every feature wired up, demo-ready

Beyond the infrastructure, I configured the full Postman Enterprise feature stack across the demo account — the same feature set we sell into enterprise accounts. The goal: when an SE opens Brightbox, every capability is live, populated with realistic data, and ready to demonstrate.

API Catalog

Command center

Governance groups, system environments (dev/staging/prod), service ownership tagging, and multi-source discovery all configured — giving the 'birds-eye' enterprise view the platform promises.

Postman Insights

Live traffic

Insights Agent deployed via Istio sidecar injection. Real p90 latency, error rates, and endpoint health surfaced in Postman — not mocked. Health check traffic filtered to keep signals meaningful.

Cluster Watcher

Git correlation

Kubernetes CRD connects deployment events to Git commit metadata in the Catalog. When latency spikes, you can trace it to the exact commit that caused it — a compelling enterprise story.

Spec Hub

OpenAPI + AsyncAPI

All 11 services spec'd in OpenAPI 3.0. Two AsyncAPI event contracts for order and shipping webhooks. Git-connected workspaces sync specs from the repo on push.

Postman CLI (CI)

Governance gates

postman spec lint with --fail-severity WARN blocks non-conforming specs from reaching production. collection run sends regression results to the cloud. workspace push keeps everything in sync.

Native Git + Agent Mode

SE workflow

Desktop app connected via Native Git. When a governance violation surfaces in the Catalog, Agent Mode summarizes the violation and proposes the fix — demoing AI-assisted API governance in real time.

AI-accelerated development

How I used AI to build faster and smarter

This entire environment was built solo. That’s only feasible at this level of quality because of how deliberately I used AI tools to compress the development lifecycle — not to cut corners, but to move through design, scaffolding, and iteration at a pace that would otherwise require a full team.

01 — Design

AI as product collaborator

Prompted AI to design the retail service architecture from scratch — specifying demo goals, Postman feature requirements, and enterprise realism constraints. Iterated on service count, ERP mocking strategy, and repo structure until the design fit the actual operational budget of a small team.

02 — Scaffolding

AI-generated project structure

Used Codex to generate the full folder scaffolding for all 11 services in a single pass — Helm charts, k8s manifests, Dockerfiles, package.json, .gitignore. What would have been hours of repetitive setup became a single well-structured prompt and a few minutes of review.

03 — Prompt engineering

Building a prompt generator

Rather than manually writing prompts for each of 11 services × 6 file types, I prompted AI to generate a prompt generator — a reusable tool that took a service description and output the exact prompts for each artifact. The highest-leverage move in the entire project.

04 — Code generation

Systematic file production

Ran each generated prompt through Claude to produce OpenAPI specs, route handlers, Helm value files, and Dockerfiles. Dropped results directly into VSCode. Reviewed and adjusted for realism — especially around auth patterns, data sensitivity, and Postman Insights compatibility constraints.

05 — Infrastructure ops

AI pair programming through deployment

Used Claude as a live pair during the AWS CLI and kubectl work — creating EKS clusters, setting up Istio with sidecar injection, configuring VPC links and API Gateway routes, managing ELB listeners across 9 services. Complex multi-step infrastructure work executed without a cloud engineer.

06 — Enablement

AI-accelerated documentation

Used AI to synthesize a 35-page infrastructure proposal covering all five industry verticals, CI pipeline templates, RACI models, tagging taxonomy, and demo storylines.

“The trick wasn’t just using AI — it was knowing when to prompt AI to produce prompts, rather than prompting it directly for outputs. That meta-layer compressed 11 services worth of work into a systematic, repeatable process and enabled me roll out these services within 3 days from concept to execution.”

— Liz Fedak, on the prompt generator approach

Outcomes & impact

What this makes possible

Enterprise credibility on day one

SEs open Brightbox and see a clean, governed API Catalog with real services, real owners, and real runtime data — not personal workspaces and duplicate 'accounts-service' APIs. The platform models what we're selling, in the product we're selling it in.

Dramatically faster onboarding

New SEs no longer have to spend weeks building their own demo environments or rely on tools maintained by other teams that don’t always work. They onboard to Brightbox — learning one well-designed retail environment first, then branching into other verticals as they move upmarket. Weeks of setup becomes days of learning.

Real failure scenarios, on demand

Demo storylines include intentional failure modes — spec lint failures blocking releases, async contract drift causing error spikes, latency regressions traced to deployment commits. Every Postman feature is showcased solving a real problem, not a contrived one.

Org-wide scalability

The infrastructure proposal, RACI model, and implementation playbook are designed for a small team to maintain across five industry verticals. What I built for retail is the template: the same Helm charts, CI pipeline snippets, and governance rulesets replicate to FinTech, Healthcare, Insurance, and SaaS.

What’s next

01

Team onboarding — this week

Running the SE org through Brightbox next week. Demoing every Postman feature against live infrastructure, establishing the shared demo standards, and establishing the first cohort of vertical experts.

Retail vertical → full org
02

FinTech vertical — AWS, PCI narrative

Apply the same AI-accelerated approach to the FinTech account — EKS + API Gateway, Stripe PaymentIntents lifecycle, fraud event contracts in AsyncAPI, PCI governance groups in the Catalog.

EKS + Stripe + Lambda
03

Healthcare vertical — Azure, HIPAA narrative

AKS + Azure API Management + FHIR-shaped Patient APIs. The vertical that resonates with healthcare buyers who need to see PHI governance and audit trail capabilities demonstrated against realistic services.

AKS + APIM + FHIR facade
04

Drift detection + Postman Flows automation

Wire up deployed Flows for incident intake — webhook-triggered ticket creation and runbook posting when contract drift or latency spikes are detected. Closes the loop on the 'governance at scale' narrative.

Flows + Jira automation

The bigger picture

Demo quality is a product marketing problem

The Brightbox project is, at its core, a product marketing initiative delivered through an engineering lens. The insight that drove it — that demoing governance in an ungoverned environment actively undermines positioning — is a product marketing insight. The solution required infrastructure, but the problem was narrative.

Enterprise software is bought through stories. Buyers need to see themselves in the demo. A clean Postman API Catalog with real ownership tags, real compliance tiers, and real CI enforcement tells a story that a hand-wavy screen share of mock data simply cannot. The environment is the message.

What I built is also a proof of what’s possible when AI is used strategically — not to replace judgment, but to compress the distance between an idea and a working system. The prompt generator, the scaffolding automation, the AI pair-programming through deployment: these are patterns that every technical team should be building into their workflows.