list_workspaces
List Workspaces
List all Postman workspaces accessible to the authenticated user. Optionally filter by workspace type (personal, team, private, public, partner).
list_workspaces
List all Postman workspaces accessible to the authenticated user. Optionally filter by workspace type (personal, team, private, public, partner).
manage_monitor
Create, get, update, list, or delete Postman monitors. Monitors run collections on a schedule and can be used for automated API testing, health checks, and CI/CD integration.
manage_workspace
Create, update, or delete a Postman workspace. Use **action** to specify the operation. When creating, provide a name and type. When updating, provide the workspace ID and fields to change. When deleting, provide only the workspace ID.
get_collection
Retrieve the full definition of a Postman collection, including its requests, folders, variables, auth configuration, and pre-request/test scripts. Accepts either a collection ID or UID.
get_environment
Retrieve a specific Postman environment with its full variable set, including key, value, type, and enabled status.
manage_environment
Create, update, or delete a Postman environment. Environments hold variable sets for scoping API requests to different contexts (e.g., dev, staging, production).
manage_comment
Create, list, update, or delete comments on Postman collections, folders, requests, responses, and APIs. Comments enable team collaboration directly on API artifacts.
fork_collection
Fork a Postman collection into a specified workspace, or merge a forked collection back into its parent. Also supports listing existing forks of a collection.
manage_mock_server
Create, get, update, list, or delete Postman mock servers. Mock servers simulate API responses based on collection examples, useful for frontend development and API testing without a backend.
create_webhook
Create a Postman webhook that triggers a collection run when its URL is called. The webhook URL can receive a JSON payload that is accessible inside the collection. Useful for integrating Postman collection runs with external systems.
manage_api
Create, get, update, list, or delete Postman APIs. APIs in Postman represent the full lifecycle definition of an API, including specifications, versions, and linked collections.
run_monitor
Manually trigger a Postman monitor run and return the results. This executes the monitor's collection synchronously and returns detailed execution info including assertion results, request stats, and any failures.
list_collections
List all Postman collections accessible to the authenticated user. Optionally filter by workspace ID to see collections in a specific workspace.
manage_pull_request
Create, get, update, or list pull requests on a Postman collection. Pull requests enable reviewers to review forked collection changes before merging them into the parent collection.
list_environments
List all Postman environments accessible to the authenticated user. Optionally filter by workspace ID.
get_user
Retrieve information about the authenticated Postman user, including profile details and current API usage limits (mock usage, monitor request runs, API usage).
manage_collection
Create, update, or delete a Postman collection. When creating, provide the collection info and optionally a workspace ID. When updating, provide the full collection definition that will replace the existing one. When deleting, provide only the collection ID.
manage_tags
Get or update tags on Postman collections, workspaces, and APIs. Also supports searching for all entities that have a specific tag. Tags help organize and categorize your Postman resources.
get_workspace
Retrieve detailed information about a specific Postman workspace, including its collections, environments, mock servers, monitors, and APIs.
Manage API development workflows in Postman. Create, update, and delete collections, environments, workspaces, mock servers, and monitors. Import and export OpenAPI definitions, generate collections from API specifications, and synchronize specs with collections. Fork collections, create pull requests, and merge changes for version control. Run monitors and webhooks for CI/CD integration. Manage team members, user groups, roles, and permissions. Add and retrieve tags on collections and workspaces. Detect and manage secrets with the Secret Scanner. Run API security and governance checks on API definitions. Manage comments on APIs, collections, and requests for team collaboration. Configure webhooks for collection backup, monitor results, and team activity feeds. Access audit logs, billing information, and the Private API Network.
Common questions about connecting Postman to AI agents with Metorial.