Postman · Arazzo Workflow
Postman Bootstrap a Workspace
Version 1.0.0
Create a workspace, then seed it with a collection and an environment.
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
bootstrap-workspace
Provision a workspace with a starter collection and environment.
Creates a new workspace, then creates a collection and an environment inside that workspace, chaining the new workspace ID into both downstream calls.
1
createWorkspace
createWorkspace
Create the workspace that will own the collection and environment.
2
createCollection
$sourceDescriptions.collectionsApi.createCollection
Create a starter collection inside the new workspace using the minimal v2.1.0 collection schema.
3
createEnvironment
$sourceDescriptions.environmentsApi.createEnvironment
Create an environment in the same workspace so the collection's requests have variables to resolve against.
Source API Descriptions
openapi
openapi