CLI Reference

Command-line interface for Syntropic137.

The syn CLI provides commands for managing workflows, agents, and the Syntropic137 platform from your terminal.

Installation

npm install -g @syntropic137/cli
syn --help

Global Commands

CommandDescription
syn healthCheck API server health status
syn runExecute a workflow (shortcut for 'syn workflow run')
syn versionShow version information

Command Groups

GroupDescription
syn artifactsBrowse and retrieve workflow artifacts
syn configCLI configuration
syn controlControl running executions
syn conversationsInspect agent conversation logs
syn costsView cost tracking data for sessions and executions
syn eventsQuery domain events and session observability
syn executionList and inspect workflow executions
syn githubGitHub App integration
syn insightsGlobal system insights and cost analysis
syn marketplaceManage workflow marketplace registries
syn metricsView aggregated workflow and session metrics
syn observeSession observability: tool timelines and token metrics
syn orgManage organizations
syn repoManage repositories and view observability data
syn sessionsList and inspect agent sessions
syn systemManage systems and view system observability
syn triggersManage self-healing trigger rules
syn watchStream live execution events via SSE
syn workflowManage workflows - create, list, run, and inspect

Global Options

OptionDescription
--helpShow help message

Syntropic137 Docs v0.25.4 · Last updated March 2026

On this page