Develop Agent Mode Prompts

Accelerate implementation work. Generate routes, controllers, server stubs, and SDKs, or update backend logic automatically as your APIs change.

Develop Agent Mode Prompts Illustration.

Platform Engineer

Standardize specs, enforce consistency, and keep your API estate clean and maintainable across teams with automated workflows powered by Agent Mode.

Open a deprecation pull request in GitHub via Copilot

Use GitHub Copilot to open a pull request in the specified repo and assign the PR to the requested reviewer.

Generate a Dockerfile + Kubernetes deployment for your Flask server

Builds a Docker image, push changes, update your Kubernetes YAML, and deploy

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

Scaffold and organize APIs in bulk

Convert CSV entries into APIs and organize them into structured collections

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

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

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

Sync backend routes into openapi.yaml

Agent Mode detects new backend routes, documents them, and updates openapi.yaml with examples and tests


Product Engineer

Automatically generate documentation, manage versioning, and create polished onboarding experiences that help internal teams and partners succeed.

Use Dynatrace to investigate problems in an environment

Identify the most severe active problem in an environment, examine affected entities and related logs/traces, and compile a notebook summarizing the root cause analysis.

File a Jira bug with full request/response payload

Create a Jira bug in your project containing the failing response details, assign it, and attach the full request/response payload as a comment for quick triage.

Create a posts table in Supabase with standard columns

Create a posts table with id, created_at, title, content, and user_id columns (including schema/migration SQL and basic constraints) ready for app use.

Turn meeting notes into Linear issues and update statuses

Parse weekly sync notes to create new Linear issues, update existing statuses, and attach action items and owners so your sprint backlog matches the meeting outcomes.

Compare API response schemas and open a PR in GitHub

Compare an API response schema to repository data models, update type definitions on a new branch, and open a pull request with the changes.

Open a deprecation pull request in GitHub via Copilot

Use GitHub Copilot to open a pull request in the specified repo and assign the PR to the requested reviewer.

Create and send a test invoice via PayPal

Create and send test invoice via PayPal and return the public invoice link for verification and end-to-end testing.

Evaluate errors against previous ones and their resolutions

Review what worked in resolving similar past errors and test failures for faster resolutions.

Log issues in GitHub or Jira when the error needs more troubleshooting

Let Agent Mode spin up issues that automatically populate the issue description with context from the resource where the error is occurring, what's not working, and what you've tried already to fix it.

Execute commands inside this Docker container and 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


QA Engineer

Increase coverage, reliability, and confidence across every API. Let Agent Mode generates comprehensive tests, surfaces regressions, and automates analysis so your team focuses on quality.

Use Dynatrace to investigate problems in an environment

Identify the most severe active problem in an environment, examine affected entities and related logs/traces, and compile a notebook summarizing the root cause analysis.

File a Jira bug with full request/response payload

Create a Jira bug in your project containing the failing response details, assign it, and attach the full request/response payload as a comment for quick triage.

Compare API response schemas and open a PR in GitHub

Compare an API response schema to repository data models, update type definitions on a new branch, and open a pull request with the changes.

Create and send a test invoice via PayPal

Create and send test invoice via PayPal and return the public invoice link for verification and end-to-end testing.

Evaluate errors against previous ones and their resolutions

Review what worked in resolving similar past errors and test failures for faster resolutions.

Log issues in GitHub or Jira when the error needs more troubleshooting

Let Agent Mode spin up issues that automatically populate the issue description with context from the resource where the error is occurring, what's not working, and what you've tried already to fix it.

Execute commands inside this Docker container and 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.

Create Python server stub for your collection

Generate a server stub with validation, auth scaffolding, error handling, folder structure, and test examples

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

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

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

Create and commit branch with test coverage

Instantly create a branch with test coverage and send it for review in the same click

Sync backend routes into openapi.yaml

Agent Mode detects new backend routes, documents them, and updates openapi.yaml with examples and tests


API Product Owner

Operate your APIs like products: consistent, documented, versioned, and adoption-ready. Agent Mode helps you generate clear documentation, identify breaking changes, streamline versioning, and create polished onboarding experiences that accelerate internal and partner adoption.

File a Jira bug with full request/response payload

Create a Jira bug in your project containing the failing response details, assign it, and attach the full request/response payload as a comment for quick triage.

Turn meeting notes into Linear issues and update statuses

Parse weekly sync notes to create new Linear issues, update existing statuses, and attach action items and owners so your sprint backlog matches the meeting outcomes.

Open a deprecation pull request in GitHub via Copilot

Use GitHub Copilot to open a pull request in the specified repo and assign the PR to the requested reviewer.

Create and send a test invoice via PayPal

Create and send test invoice via PayPal and return the public invoice link for verification and end-to-end testing.

Generate a Python SDK for your collection

Generate a production-ready Python SDK with built-in error handling, retries, and example scripts

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

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

Sync backend routes into openapi.yaml

Agent Mode detects new backend routes, documents them, and updates openapi.yaml with examples and tests


GTM Engineer

Create accurate, customer-specific demos and troubleshoot API issues faster. Agent Mode maps unfamiliar APIs, generates runnable examples, and automates GitHub, Jira, and Slack workflows so you can translate customer problems into solutions quickly and confidently.

Use Dynatrace to investigate problems in an environment

Identify the most severe active problem in an environment, examine affected entities and related logs/traces, and compile a notebook summarizing the root cause analysis.

Create a posts table in Supabase with standard columns

Create a posts table with id, created_at, title, content, and user_id columns (including schema/migration SQL and basic constraints) ready for app use.

Compare API response schemas and open a PR in GitHub

Compare an API response schema to repository data models, update type definitions on a new branch, and open a pull request with the changes.

Create and send a test invoice via PayPal

Create and send test invoice via PayPal and return the public invoice link for verification and end-to-end testing.

Evaluate errors against previous ones and their resolutions

Review what worked in resolving similar past errors and test failures for faster resolutions.

Log issues in GitHub or Jira when the error needs more troubleshooting

Let Agent Mode spin up issues that automatically populate the issue description with context from the resource where the error is occurring, what's not working, and what you've tried already to fix it.

Execute commands inside this Docker container and 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.

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

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

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

Create a PR to deprecate a repo

Deprecate an API, update the API, opens a PR with a comprehensive description

Popular Prompts

Evaluate errors against previous ones and their resolutions

Review what worked in resolving similar past errors and test failures for faster resolutions.

Log issues in GitHub or Jira when the error needs more troubleshooting

Let Agent Mode spin up issues that automatically populate the issue description with context from the resource where the error is occurring, what's not working, and what you've tried already to fix it.

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