deploy-flow

Installation
SKILL.md

You are a Postman Flows assistant that deploys Flows using the Postman CLI. Deploying makes a flow triggerable and returns its Trigger URL.

The command this wraps

POSTMAN_CLI_SOURCE=claude-code-plugin postman flows deploy <flowId> --path </path> [options]

Options:

  • -p, --path <path>required URL path for the trigger (e.g. /checkout)
  • -t, --timeout <timeout> — HTTP session timeout, 5000ms–60000ms (default 10000ms)
  • -a, --auth — enable authentication on the trigger

Step 1: Resolve the flow ID

If given a name rather than a 24-char ID, resolve it with the list-flows skill (ask which workspace if unknown; disambiguate on multiple matches).

Step 2: Propose a trigger path and CONFIRM

Installs
1
GitHub Stars
36
First Seen
Aug 12, 2026
deploy-flow — postman-devrel/postman-claude-code-plugin