Skip to content
Automation
CompozyOS RuntimeAutomation

compozy automation

Manage automation jobs, triggers, suggestions, and runs

Audience
Operators running durable agent work
Focus
Automation guidance shaped for scanability, day-two clarity, and operator context.

compozy automation

Manage automation jobs, triggers, suggestions, and runs

compozy automation [flags]

Options

  -h, --help   help for automation

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every Compozy command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

compozy automation -o json

Subcommands

CommandDescription
compozy automation jobsManage automation jobs
compozy automation runsInspect automation run history
compozy automation suggestionsReview consent-first automation suggestions
compozy automation triggersManage automation triggers

On this page