Product Engineer Agent Mode Prompts
Automatically generate documentation, manage versioning, and create polished onboarding experiences that help internal teams and partners succeed.
Featured Product Engineer Prompts
Build a full-stack CRUD app from your collection
Generates a complete CRUD application including backend routes and a functional UI
Sync your backend code after collection changes
Agent Mode inspects updates to your collection and modifies backend code to match new routes, schemas, and expectations
Fix backend code and get to 200 OK and save hours of debugging
Agent Mode patches backend code, restarts your server, and reruns failing requests until they return success
Write comprehensive documentation for every request in this collection
Get full documentation for every request in the collection with examples and details
Design
Go from idea to clear, consistent API specs. Generate OpenAPI definitions, restructure legacy specs, and keep design artifacts aligned as your API evolves.
Add a new endpoint to an OpenAPI spec
Reduce manual editing and let Agent Mode update your spec with a new endpoint, including parameters, schemas, and examples
Generate documentation from local files
Agent Mode inspects backend source files and produces an OpenAPI 3.1 document
Refactor monolithic API spec and save hours
Split a monolithic API spec into domain-based APIs and get new OpenAPI files for each in just minutes
Sync your backend code after collection changes
Agent Mode inspects updates to your collection and modifies backend code to match new routes, schemas, and expectations
Generate an OpenAPI spec from a collection
Agent Mode analyzes your collection and produces a clean, standards-aligned OpenAPI spec
Scaffold and organize APIs in bulk
Convert CSV entries into APIs and organize them into structured collections
Create new API for PayPal payments
Integrate PayPal API operations into your application and generate requests, handle auth, and see example workflows
Generate an OpenAPI spec for a service with S3-like capabilities
Generate an OpenAPI spec supporting bucket creation, listing, object uploads, and retrieval operations
Sync your collections after backend changes
Agent Mode analyzes your backend code updates and syncs all affected requests, tests, and parameters in your collections
Create a PR to deprecate a repo
Deprecate an API, update the API, opens a PR with a comprehensive description
Generate a new MCP server
Generate a standards-compliant MCP server based on your entire collection
Detailed 4xx and 5xx error responses to each endpoint
Get clear and consistent error responses for your API endpoints
Generate a new collection an updated spec
Agent Mode creates a fresh collection from an updated API specification
Sync backend routes into openapi.yaml
Agent Mode detects new backend routes, documents them, and updates openapi.yaml with examples and tests
Analyze an API spec and generate a Postman Collection
Converts an API spec into a collection with examples, authorization, and test scripts
Redesign legacy OpenAPI spec using REST best practices
Agent Mode normalizes routes, schemas, and examples to modernize a legacy spec
Develop
Accelerate implementation work. Generate routes, controllers, server stubs, and SDKs, or update backend logic automatically as your APIs change.
Execute commands inside this Docker container — Debug services without leaving Postman
Agent Mode connects to the container behind this request and runs shell commands you specify, helping you inspect state, debug issues, and validate fixes without switching tools.
Stream live Docker container metrics as you test
Connect to a running Docker container and stream logs or metrics while you send requests, helping you observe performance and failures in real time.
Generate a serverless application from this collection in minutes
Convert your collection into a serverless application and instantly generate functions, handlers, and deployment configuration for your preferred cloud platform.
Build an event-driven app with Kafka
Agent Mode designs and scaffolds a complete event-driven application using Kafka, wiring topics, producers, and consumers based on your collection or spec.
Create Python server stub for your collection
Generate a server stub with validation, auth scaffolding, error handling, folder structure, and test examples
Generate a Python SDK for your collection
Generate a production-ready Python SDK with built-in error handling, retries, and example scripts
Generate a Dockerfile + Kubernetes deployment for your Flask server
Builds a Docker image, push changes, update your Kubernetes YAML, and deploy
Auto-fix failing requests across the entire collection
Agent Mode executes all requests, identifies failures, patches backend issues, restarts the server, and ensures all routes return 200/201
Build a full-stack CRUD app from your collection
Generates a complete CRUD application including backend routes and a functional UI
Sync your backend code after collection changes
Agent Mode inspects updates to your collection and modifies backend code to match new routes, schemas, and expectations
Fix backend code and get to 200 OK and save hours of debugging
Agent Mode patches backend code, restarts your server, and reruns failing requests until they return success
Scaffold and organize APIs in bulk
Convert CSV entries into APIs and organize them into structured collections
Create new API for PayPal payments
Integrate PayPal API operations into your application and generate requests, handle auth, and see example workflows
Generate a Terraform module that provisions an S3 bucket
Build a Terraform module that provisions an S3 bucket and aligns it with the API defined in the spec
Create a POST request that will create a VPC in AWS
Create a POST request to provision a VPC, complete with payload, parameters, and example values
Save a request to a new collection
Save the a request into a newly created, well-structured collection
Add a new GET request to your collection
Create a new GET request with query params, path params, and example responses
Add a new POST request to your collection
Add a properly structured POST request with example payloads and parameters
Sync your collections after backend changes
Agent Mode analyzes your backend code updates and syncs all affected requests, tests, and parameters in your collections
Implement a controller function
Write a backend controller function with logic, validation, and error handling
Add a new route
Add a new backend route with request validation and example responses
Migrate a backend from TypeScript + Express to Python + Flask
Rewrite backend logic from TS/Express to Python/Flask while preserving routing and behavior
Generate a Flask server for your collection
Create a runnable Flask server with routes and example responses.
Create a PR to deprecate a repo
Deprecate an API, update the API, opens a PR with a comprehensive description
Create and commit branch with test coverage
Instantly create a branch with test coverage and send it for review in the same click
Generate a new MCP server
Generate a standards-compliant MCP server based on your entire collection
Update backend routes in source files
Agent Mode updates backend route definitions across backend code.
Sync backend routes into openapi.yaml
Agent Mode detects new backend routes, documents them, and updates openapi.yaml with examples and tests
Test
Strengthen quality and coverage. Generate comprehensive tests, surface regressions early, and integrate automated checks directly into your workflow.
Execute commands inside this Docker container — Debug services without leaving Postman
Agent Mode connects to the container behind this request and runs shell commands you specify, helping you inspect state, debug issues, and validate fixes without switching tools.
Stream live Docker container metrics as you test
Connect to a running Docker container and stream logs or metrics while you send requests, helping you observe performance and failures in real time.
Map all endpoints and generate a dependency map
Sends request, map dependencies, test parameter variations, and logs failures across your entire collection
Run a collection’s CI/CD tests in GitHub
Reduce manual setup and context switch and let Agent Mode run your collection tests directly inside a GitHub CI/CD workflow all from within Postman
Create Python server stub for your collection
Generate a server stub with validation, auth scaffolding, error handling, folder structure, and test examples
Evaluate all API error rates over time
Analyze recent failures, find the most problematic API, and reproduces the common errors
Get comprehensive tests coverage for your collection
Instantly generate thorough test coverage for all requests in your collection
Auto-fix failing requests across the entire collection
Agent Mode executes all requests, identifies failures, patches backend issues, restarts the server, and ensures all routes return 200/201
Fix all failing tests
Runs a collection, identify every failing test, and apply targeted fixes without the toil
Sync your backend code after collection changes
Agent Mode inspects updates to your collection and modifies backend code to match new routes, schemas, and expectations
Fix backend code and get to 200 OK and save hours of debugging
Agent Mode patches backend code, restarts your server, and reruns failing requests until they return success
Set up automated monitoring for your API
Configure a testable monitor with schedule, alerts, and failure conditions pre-applied
Send requests in a collection
Execute every request and get summarized responses, headers, params, and behavior to accelerate learning
Add a new GET request to your collection
Create a new GET request with query params, path params, and example responses
Add a new POST request to your collection
Add a properly structured POST request with example payloads and parameters
Sync your collections after backend changes
Agent Mode analyzes your backend code updates and syncs all affected requests, tests, and parameters in your collections
Create and commit branch with test coverage
Instantly create a branch with test coverage and send it for review in the same click
Create and assign JIRA ticket for failing endpoints
Automatically create a Jira issue, assigns it to the right person, and includes detailed context
Run all tests and commit results to Git
Agent Mode runs tests, updates configs, and commits results to your Git repository
Demystify testing
Execute your collection's entire test suite and identify failing tests with clear explanations and fixes
Detect common API errors and generate suggested fixes
Identify CORS issues, auth failures, rate limiting, missing data, versioning errors, and more - then fix them instantly
Sync backend routes into openapi.yaml
Agent Mode detects new backend routes, documents them, and updates openapi.yaml with examples and tests
Document
Produce complete, accurate documentation. Create endpoint descriptions, examples, changelogs, and onboarding materials and keep it all in sync automatically.
Generate documentation from local files
Agent Mode inspects backend source files and produces an OpenAPI 3.1 document
Generate a Python SDK for your collection
Generate a production-ready Python SDK with built-in error handling, retries, and example scripts
Refactor monolithic API spec and save hours
Split a monolithic API spec into domain-based APIs and get new OpenAPI files for each in just minutes
Generate a changelog of documentation updates
Document API changes in your changelog with zero manual effort
Identify breaking API changes and create migration guide
Agent Mode identifies breaking changes, generates a v2 spec, and writes a migration guide
Write comprehensive documentation for every request in this collection
Get full documentation for every request in the collection with examples and details
Generate an OpenAPI spec from a collection
Agent Mode analyzes your collection and produces a clean, standards-aligned OpenAPI spec
Scaffold and organize APIs in bulk
Convert CSV entries into APIs and organize them into structured collections
Help me get started with an API
Get public API docs, find relevant endpoints, and generate starter requests and examples
Onboard and discover APIs faster
Discover the most relevant APIs, collections, docs, and workflows needed to onboard quickly to a new team or organization
Generate an OpenAPI spec for a service with S3-like capabilities
Generate an OpenAPI spec supporting bucket creation, listing, object uploads, and retrieval operations
Sync your collections after backend changes
Agent Mode analyzes your backend code updates and syncs all affected requests, tests, and parameters in your collections
Create a PR to deprecate a repo
Deprecate an API, update the API, opens a PR with a comprehensive description
Detailed 4xx and 5xx error responses to each endpoint
Get clear and consistent error responses for your API endpoints
Generate a new collection an updated spec
Agent Mode creates a fresh collection from an updated API specification
Sync backend routes into openapi.yaml
Agent Mode detects new backend routes, documents them, and updates openapi.yaml with examples and tests
Analyze an API spec and generate a Postman Collection
Converts an API spec into a collection with examples, authorization, and test scripts
Redesign legacy OpenAPI spec using REST best practices
Agent Mode normalizes routes, schemas, and examples to modernize a legacy spec
Share documentation with a Postman Notebook
Instantly export API documentation into a Notebook format for easy sharing and wider API usage
Auto-generate documentation for endpoints
Agent Mode finds undocumented endpoints or parameters and generates structured docs for each
Generate endpoint documentation
Agent Mode produces clean, consistent documentation for each endpoint including purpose, parameters, and example responses
Debug
Resolve issues with confidence. Diagnose failing requests, patch backend issues, and get clear explanations that turn cryptic errors into actionable fixes.
Execute commands inside this Docker container — Debug services without leaving Postman
Agent Mode connects to the container behind this request and runs shell commands you specify, helping you inspect state, debug issues, and validate fixes without switching tools.
Stream live Docker container metrics as you test
Connect to a running Docker container and stream logs or metrics while you send requests, helping you observe performance and failures in real time.
Map all endpoints and generate a dependency map
Sends request, map dependencies, test parameter variations, and logs failures across your entire collection
Evaluate all API error rates over time
Analyze recent failures, find the most problematic API, and reproduces the common errors
Auto-fix failing requests across the entire collection
Agent Mode executes all requests, identifies failures, patches backend issues, restarts the server, and ensures all routes return 200/201
Fix all failing tests
Runs a collection, identify every failing test, and apply targeted fixes without the toil
Fix backend code and get to 200 OK and save hours of debugging
Agent Mode patches backend code, restarts your server, and reruns failing requests until they return success
Send requests in a collection
Execute every request and get summarized responses, headers, params, and behavior to accelerate learning
Create and assign JIRA ticket for failing endpoints
Automatically create a Jira issue, assigns it to the right person, and includes detailed context
Detailed 4xx and 5xx error responses to each endpoint
Get clear and consistent error responses for your API endpoints
Demystify testing
Execute your collection's entire test suite and identify failing tests with clear explanations and fixes
Detect common API errors and generate suggested fixes
Identify CORS issues, auth failures, rate limiting, missing data, versioning errors, and more - then fix them instantly
Automation
Eliminate repetitive work. Orchestrate tasks across tools like GitHub, Jira, Slack, Postman, and your filesystem to streamline multi-step workflows.
Generate a serverless application from this collection in minutes
Convert your collection into a serverless application and instantly generate functions, handlers, and deployment configuration for your preferred cloud platform.
Build an event-driven app with Kafka
Agent Mode designs and scaffolds a complete event-driven application using Kafka, wiring topics, producers, and consumers based on your collection or spec.
Map all endpoints and generate a dependency map
Sends request, map dependencies, test parameter variations, and logs failures across your entire collection
Run a collection’s CI/CD tests in GitHub
Reduce manual setup and context switch and let Agent Mode run your collection tests directly inside a GitHub CI/CD workflow all from within Postman
Create Python server stub for your collection
Generate a server stub with validation, auth scaffolding, error handling, folder structure, and test examples
Generate a Python SDK for your collection
Generate a production-ready Python SDK with built-in error handling, retries, and example scripts
Generate a Dockerfile + Kubernetes deployment for your Flask server
Builds a Docker image, push changes, update your Kubernetes YAML, and deploy
Evaluate all API error rates over time
Analyze recent failures, find the most problematic API, and reproduces the common errors
Generate a changelog of documentation updates
Document API changes in your changelog with zero manual effort
Export an API response to a CSV
Export data from a request into a CSV file with clean column formatting
Auto-fix failing requests across the entire collection
Agent Mode executes all requests, identifies failures, patches backend issues, restarts the server, and ensures all routes return 200/201
Build a full-stack CRUD app from your collection
Generates a complete CRUD application including backend routes and a functional UI
Sync your backend code after collection changes
Agent Mode inspects updates to your collection and modifies backend code to match new routes, schemas, and expectations
Fix backend code and get to 200 OK and save hours of debugging
Agent Mode patches backend code, restarts your server, and reruns failing requests until they return success
Set up automated monitoring for your API
Configure a testable monitor with schedule, alerts, and failure conditions pre-applied
Streamline PR workflows across GitHub, Jira, and Slack
Generate a Flow that detects merged PRs, updates the matching Jira issue, and sends a Slack summary to the team
Scaffold and organize APIs in bulk
Convert CSV entries into APIs and organize them into structured collections
Execute actions in bulk
Execute actions from a CSV file
Create new API for PayPal payments
Integrate PayPal API operations into your application and generate requests, handle auth, and see example workflows
Help me get started with an API
Get public API docs, find relevant endpoints, and generate starter requests and examples
Onboard and discover APIs faster
Discover the most relevant APIs, collections, docs, and workflows needed to onboard quickly to a new team or organization
Generate a Terraform module that provisions an S3 bucket
Build a Terraform module that provisions an S3 bucket and aligns it with the API defined in the spec
Create a POST request that will create a VPC in AWS
Create a POST request to provision a VPC, complete with payload, parameters, and example values
Save a request to a new collection
Save the a request into a newly created, well-structured collection
Sync your collections after backend changes
Agent Mode analyzes your backend code updates and syncs all affected requests, tests, and parameters in your collections
Generate a Flask server for your collection
Create a runnable Flask server with routes and example responses.
Create a PR to deprecate a repo
Deprecate an API, update the API, opens a PR with a comprehensive description
Create a PR from Copilot
Draft and submit a detailed pull request describing the requested functionality
Create and commit branch with test coverage
Instantly create a branch with test coverage and send it for review in the same click
Generate a new MCP server
Generate a standards-compliant MCP server based on your entire collection
Effortless Git commits and PRs
Automatically commit your changes to GitHub create a well-structured pull request
Create and assign JIRA ticket for failing endpoints
Automatically create a Jira issue, assigns it to the right person, and includes detailed context
Update base URL values
Agent Mode updates your dev environment with the correct baseURL value
Create new environments for dev, staging, and prod
Create clean, fully structured environments for dev, staging, and production without toil and boilerplate configuration
Run all tests and commit results to Git
Agent Mode runs tests, updates configs, and commits results to your Git repository
Detect common API errors and generate suggested fixes
Identify CORS issues, auth failures, rate limiting, missing data, versioning errors, and more - then fix them instantly
Update backend routes in source files
Agent Mode updates backend route definitions across backend code.
Sync backend routes into openapi.yaml
Agent Mode detects new backend routes, documents them, and updates openapi.yaml with examples and tests
Share documentation with a Postman Notebook
Instantly export API documentation into a Notebook format for easy sharing and wider API usage
Deploy & Operate
Keep APIs reliable and production-ready. Generate Dockerfiles and Kubernetes configs, manage environments, and set up monitors to ensure ongoing performance.
Execute commands inside this Docker container — Debug services without leaving Postman
Agent Mode connects to the container behind this request and runs shell commands you specify, helping you inspect state, debug issues, and validate fixes without switching tools.
Deploy this request to Docker
Create a Dockerfile and container image for the service behind this request, wiring in environment variables and build steps so you can deploy consistently and quickly.
Generate a serverless application from this collection in minutes
Convert your collection into a serverless application and instantly generate functions, handlers, and deployment configuration for your preferred cloud platform.
Build an event-driven app with Kafka
Agent Mode designs and scaffolds a complete event-driven application using Kafka, wiring topics, producers, and consumers based on your collection or spec.
Run a collection’s CI/CD tests in GitHub
Reduce manual setup and context switch and let Agent Mode run your collection tests directly inside a GitHub CI/CD workflow all from within Postman
Generate a Dockerfile + Kubernetes deployment for your Flask server
Builds a Docker image, push changes, update your Kubernetes YAML, and deploy
Set up automated monitoring for your API
Configure a testable monitor with schedule, alerts, and failure conditions pre-applied
Generate a Terraform module that provisions an S3 bucket
Build a Terraform module that provisions an S3 bucket and aligns it with the API defined in the spec
Create a POST request that will create a VPC in AWS
Create a POST request to provision a VPC, complete with payload, parameters, and example values
Create new environments for dev, staging, and prod
Create clean, fully structured environments for dev, staging, and production without toil and boilerplate configuration
Onboarding
Go from day one to first PR faster. Explore unfamiliar APIs, map dependencies, generate sample workflows, and help teams understand how to use APIs quickly and confidently.
Map all endpoints and generate a dependency map
Sends request, map dependencies, test parameter variations, and logs failures across your entire collection
Create new API for PayPal payments
Integrate PayPal API operations into your application and generate requests, handle auth, and see example workflows
Help me get started with an API
Get public API docs, find relevant endpoints, and generate starter requests and examples
Send requests in a collection
Execute every request and get summarized responses, headers, params, and behavior to accelerate learning
Onboard and discover APIs faster
Discover the most relevant APIs, collections, docs, and workflows needed to onboard quickly to a new team or organization
Popular Prompts
Auto-generate documentation for endpoints
Agent Mode finds undocumented endpoints or parameters and generates structured docs for each
Fix backend code and get to 200 OK and save hours of debugging
Agent Mode patches backend code, restarts your server, and reruns failing requests until they return success
Generate endpoint documentation
Agent Mode produces clean, consistent documentation for each endpoint including purpose, parameters, and example responses
Refactor monolithic API spec and save hours
Split a monolithic API spec into domain-based APIs and get new OpenAPI files for each in just minutes