postman-mcp-server

fork_environment

Create a fork of an environment in a workspace

Input Schema

NameRequiredDescriptionDefault
environmentIdYesEnvironment ID in format: {ownerId}-{environmentId}
labelYesLabel/name for the forked environment
workspaceYesTarget workspace ID

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "Environment ID in format: {ownerId}-{environmentId}", "type": "string" }, "label": { "description": "Label/name for the forked environment", "type": "string" }, "workspace": { "description": "Target workspace ID", "type": "string" } }, "required": [ "environmentId", "label", "workspace" ], "type": "object" }

You must be authenticated.

Other Tools