Postman · Arazzo Workflow
Postman Environment Lifecycle
Version 1.0.0
Create, read, update, and delete a Postman environment with variables.
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
environment-crud
Walk an environment through create, get, update, and delete.
Creates an environment with variables, retrieves it, replaces its variable set, and deletes it, chaining the environment ID through each step.
1
createEnvironment
createEnvironment
Create the environment with its initial set of variables.
2
getEnvironment
getEnvironment
Read the environment back to confirm its name and variables.
3
updateEnvironment
updateEnvironment
Replace the environment's variables with an updated set. This replaces the entire variable list.
4
deleteEnvironment
deleteEnvironment
Delete the environment to clean up. This action is irreversible.