Postman · Arazzo Workflow
Postman Workspace Lifecycle
Version 1.0.0
Create, read, update, and delete a Postman workspace.
View Spec
View on GitHub
AI Agent BuilderAI AgentsAPI CatalogAPI ClientAPI DesignAPI DevelopmentAPI DocumentationAPI GovernanceAPI LifecycleAPI MonitoringAPI NetworkAPI PlatformAPI TestingAudit LogsAutomationCI/CDCollaborationCollectionsComplianceDiscoveryEnvironmentsFlowsGraphQLgRPCHTTPInsightsMCPMCP GeneratorMock ServersMockingMonitorsNewmanOpenAPIPlatformPrivate API NetworkPublic API NetworkSecret ScanningSpec HubSpecificationsSSOTestingVaultWebSocketWorkflowsWorkspacesArazzoWorkflows
Provider
Workflows
workspace-crud
Walk a workspace through create, get, update, and delete.
Creates a workspace, retrieves it, updates its name and description, and deletes it, chaining the workspace ID through each step.
1
createWorkspace
createWorkspace
Create the workspace.
2
getWorkspace
getWorkspace
Read the workspace back with its associated collections, environments, mocks, and monitors.
3
updateWorkspace
updateWorkspace
Update the workspace's name and description.
4
deleteWorkspace
deleteWorkspace
Delete the workspace and all of its associated data. This action is irreversible.