Postman · Capability
Postman Workspaces API — Workspaces
Postman Workspaces API — Workspaces. 7 operations. Lead operation: Postman Get all workspaces. Self-contained Naftiko capability covering one Postman business surface.
What You Can Do
GET
Getallworkspaces
— Postman Get all workspaces
/v1/workspaces
POST
Createworkspace
— Postman Create a workspace
/v1/workspaces
GET
Getworkspace
— Postman Get a workspace
/v1/workspaces/{workspaceid}
PUT
Updateworkspace
— Postman Update a workspace
/v1/workspaces/{workspaceid}
DELETE
Deleteworkspace
— Postman Delete a workspace
/v1/workspaces/{workspaceid}
GET
Getworkspaceglobalvariables
— Postman Get workspace global variables
/v1/workspaces/{workspaceid}/global-variables
PUT
Updateworkspaceglobalvariables
— Postman Update workspace global variables
/v1/workspaces/{workspaceid}/global-variables
MCP Tools
postman-get-all-workspaces
Postman Get all workspaces
read-only
idempotent
postman-create-workspace
Postman Create a workspace
postman-get-workspace
Postman Get a workspace
read-only
idempotent
postman-update-workspace
Postman Update a workspace
idempotent
postman-delete-workspace
Postman Delete a workspace
idempotent
postman-get-workspace-global-variables
Postman Get workspace global variables
read-only
idempotent
postman-update-workspace-global-variables
Postman Update workspace global variables
idempotent