App
Postman
Postman is a platform for building and testing APIs. Connect it to manage workspaces, collections, environments, and monitors.
What your agent can do with Postman
Triggers and actions 5 triggers · 26 actions
- TriggerNew Collection
Triggered when a new collection is created.
- TriggerNew Environment
Triggers when you need to list environments. Optionally filter by workspace.
- TriggerNew Mock Server
Triggers when you need to list mock servers. Optionally filter by workspace.
- TriggerNew Monitor
Triggered when a new monitor is created in Postman.
- TriggerNew Workspace
Triggered when a new workspace is created.
- ActionCreate Collection
Creates a new Postman collection.
- ActionCreate Environment
Creates a new Postman environment with optional variables.
- ActionCreate Folder
Creates a folder inside a collection.
- ActionCreate Mock Server
Creates a new mock server from a collection.
- ActionCreate Monitor
Creates a new Postman monitor for a collection.
- ActionCreate Request
Creates a new request in a Postman collection.
- ActionCreate Workspace
Creates a new Postman workspace.
- ActionDelete Collection
Delete a collection by ID. DELETE https://api.getpostman.com/collections/{collectionId}
- ActionDelete Environment
Delete an environment by ID. DELETE https://api.getpostman.com/environments/{environmentId}
- ActionDelete Mock Server
Delete a mock server by ID. DELETE https://api.getpostman.com/mocks/{mockId}
- ActionDelete Monitor
Delete a monitor by ID. DELETE https://api.getpostman.com/monitors/{monitorId}
- ActionDelete Workspace
Delete a workspace by ID. DELETE https://api.getpostman.com/workspaces/{workspaceId}
- ActionFind Collection by ID
Returns a single collection by ID.
- ActionFind Environment by ID
Returns a single environment by ID.
- ActionFind Mock Server by ID
Returns a single mock server by ID.
- ActionFind Monitor by ID
Returns a single monitor by ID.
- ActionFind Workspace by ID
Returns a single workspace by ID.
- ActionList Collections
List all collections accessible to the API key, optionally filtered by workspace. GET https://api.getpostman.com/collections?workspace={id}
- ActionList Environments
List all environments accessible to the API key, optionally filtered by workspace. GET https://api.getpostman.com/environments?workspace={id}
- ActionList Workspaces
List all workspaces accessible to the API key. GET https://api.getpostman.com/workspaces
- ActionRun Monitor
Runs a Postman monitor and returns the run results.
- ActionUpdate Collection
Replaces an existing collection with the name, requests and settings you supply.
- ActionUpdate Environment
Updates an existing environment.
- ActionUpdate Mock Server
Update a mock server's config. PUT https://api.getpostman.com/mocks/{mockId}
- ActionUpdate Monitor
Updates an existing monitor.
- ActionUpdate Workspace
Updates an existing workspace.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Postman API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.