Overview
Add Postman to any ModuleX agent or workflow. API development and testing platform for building, monitoring, and managing APIs against the Postman REST API (api.getpostman.com).
Categories: Developer Tools & Infrastructure · Api Testing · Auth: API Key · Actions: 4
Authentication
API Key Authentication
Authenticate using your Postman API key1
Step 1
Go to https://web.postman.co and sign in
2
Step 2
Click your avatar in the top-right, then select Settings
3
Step 3
Navigate to the ‘API Keys’ tab
4
Step 4
Generate a new API key or copy your existing one
5
Step 5
Paste the API key below
Required Credentials
Available Actions
create_environment — Create a new environment in Postman with optional variables
create_environment — Create a new environment in Postman with optional variables
list_workspace_id_options — List available workspaces with their IDs and names
list_workspace_id_options — List available workspaces with their IDs and names
Response
run_monitor — Run a specific monitor in Postman
run_monitor — Run a specific monitor in Postman
update_variable — Update a specific environment variable in Postman
update_variable — Update a specific environment variable in Postman
Limits & Quotas
- Free plan: 25 requests/minute per API key.
- Paid plans: Higher limits; see https://learning.postman.com/docs/developer/postman-api/postman-api-rate-limits/.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising. Plan for retries on the agent side based on the error string.