Skip to content
AutomationTriggers
CompozyOS RuntimeAutomation

compozy automation triggers

Manage automation triggers

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

compozy automation triggers

Manage automation triggers

compozy automation triggers [flags]

Options

      --cursor string      Continue after this automation trigger cursor
      --enabled            Filter by enabled state; use --enabled=false for disabled triggers
      --event string       Filter by activation event
  -h, --help               help for triggers
      --limit int          Maximum triggers per page (default 50)
      --loop string        Filter by loop target name
      --query string       Search triggers by definition or filter fields
      --scope string       Filter by scope: global or workspace
      --source string      Filter by definition source: config, package, or dynamic
      --workspace string   Override workspace filter (ID, name, or path)

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 triggers -o json

Subcommands

CommandDescription
compozy automation triggers createCreate an automation trigger
compozy automation triggers deleteDelete an automation trigger
compozy automation triggers getShow one automation trigger
compozy automation triggers historyShow run history for one automation trigger
compozy automation triggers updateUpdate an automation trigger

On this page