Skip to main content
The CLI runs agents and workflows directly from the terminal — just like the Studio playground. Both agent run and workflow run share the same input and execution-mode model.

Interactive mode

Run without parameters and the CLI fetches the available inputs and prompts you for each one:

Inline mode

Pass parameters directly as key=value pairs:

Execution modes

Agents default to async (they schedule and return a run id); workflows default to sync (they wait for the result). Use the flags above to override either default.

See also

  • workflow — all subcommands and flags.
  • agent — all subcommands and flags.