Skip to main content
Postman logo

Postman

Postman: collections, environments, workspaces, mocks, monitors, APIs. Exposes 43 actions covering the API surface an agent needs - read and write.

What it can do

MethodWhat it does
postman_user_meGet authenticated user info - GET /me.
postman_workspaces_listList workspaces - GET /workspaces.
postman_workspace_getGet one workspace - GET /workspaces/{id}.
postman_workspace_createCreate a workspace - POST /workspaces.
postman_workspace_updateUpdate a workspace - PUT /workspaces/{id}.
postman_workspace_deleteDelete a workspace - DELETE /workspaces/{id}.
postman_collections_listList collections - GET /collections.
postman_collection_getGet one collection - GET /collections/{uid}.
postman_collection_createCreate a collection - POST /collections.
postman_collection_updateUpdate a collection - PUT /collections/{uid}.
postman_collection_deleteDelete a collection - DELETE /collections/{uid}.
postman_environments_listList environments - GET /environments.
postman_environment_getGet one environment - GET /environments/{uid}.
postman_environment_createCreate an environment - POST /environments.
postman_environment_updateUpdate an environment - PUT /environments/{uid}.
postman_environment_deleteDelete an environment - DELETE /environments/{uid}.
postman_monitors_listList monitors - GET /monitors.
postman_monitor_getGet one monitor - GET /monitors/{uid}.
postman_monitor_createCreate a monitor - POST /monitors.
postman_monitor_updateUpdate a monitor - PUT /monitors/{uid}.
postman_monitor_deleteDelete a monitor - DELETE /monitors/{uid}.
postman_monitor_runRun a monitor now - POST /monitors/{uid}/run.
postman_mocks_listList mocks - GET /mocks.
postman_mock_getGet one mock - GET /mocks/{uid}.
postman_mock_createCreate a mock - POST /mocks.
postman_mock_updateUpdate a mock - PUT /mocks/{uid}.
postman_mock_deleteDelete a mock - DELETE /mocks/{uid}.
postman_apis_listList APIs - GET /apis.
postman_api_getGet one API - GET /apis/{uid}.
postman_api_createCreate an API - POST /apis.
postman_api_updateUpdate an API - PUT /apis/{uid}.
postman_api_deleteDelete an API - DELETE /apis/{uid}.
postman_api_schemas_listList API schemas - GET /apis/{api_id}/schemas.
postman_api_schema_getGet one API schema - GET /apis/{api_id}/schemas/{schema_id}.
postman_api_schema_createCreate an API schema - POST /apis/{api_id}/schemas.
postman_api_schema_updateUpdate an API schema - PUT /apis/{api_id}/schemas/{schema_id}.
postman_api_schema_deleteDelete an API schema - DELETE /apis/{api_id}/schemas/{schema_id}.
postman_collection_folders_listList folders in a collection - GET /collections/{collection_id}/folders.
postman_collection_requests_listList requests in a collection - GET /collections/{collection_id}/requests.
postman_forks_listList collection forks - GET /collections/{collection_id}/forks.
postman_fork_createCreate a collection fork - POST /collections/{collection_id}/forks.
postman_fork_deleteDelete a collection fork - DELETE /collections/{collection_id}/forks/{fork_label}.
postman_mergeMerge a forked collection - POST /collections/{collection_id}/forks/{fork_label}/merge.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
POSTMAN_API_KEYPostman - Settings - API keys.

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope; regenerate it.
  • 429 Too Many Requests - provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Postman!