Task
compozy task create
Create a task
- Audience
- Operators running durable agent work
- Focus
- Task guidance shaped for scanability, day-two clarity, and operator context.
compozy task create
Create a task
compozy task create [flags]Options
--as-agent Create using the current Compozy-managed agent session identity
--auto-enqueue-on-ready Auto-enqueue the run once blocking dependencies complete
--description string Task description
-h, --help help for create
--id string Explicit task ID
--identifier string Human-friendly task identifier
--metadata string Optional metadata JSON
--network string Network participation mode: local or live
--network-bounds string JSON object for live participation bounds (one object, not flag explosion)
--network-channel string Named channel id when strategy is named
--network-channel-strategy string Live channel strategy: named, run, or loop_run
--no-wake-creator Disable creator wake notifications for this task
--owner-kind string Optional owner kind
--owner-ref string Optional owner reference
--priority string Task priority: low, medium, high, or urgent
--scope string Task scope: global or workspace
--title string Task title
--workspace string Override workspace (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:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
compozy task create -o json