Skip to content
Task
AGH RuntimeTask

agh task create

Create a task

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

agh task create

Create a task

agh task create [flags]

Options

      --channel string       Optional network channel binding
      --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
      --owner-kind string    Optional owner kind
      --owner-ref string     Optional owner reference
      --scope string         Task scope: global or workspace
      --title string         Task title
      --workspace string     Workspace path, name, or ID (required when --scope=workspace)

Options inherited from parent commands

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

Output Formats

Every AGH 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:

agh task create -o json

On this page