Skip to content
Bridge
AGH RuntimeBridge

agh bridge create

Create a bridge instance

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

agh bridge create

Create a bridge instance

agh bridge create [flags]

Options

      --delivery-defaults string   JSON object or null for delivery target defaults
      --display-name string        Operator-facing bridge display name
      --enabled                    Whether the instance starts enabled (default true)
      --extension string           Owning extension name
  -h, --help                       help for create
      --include-group              Include group identity in routing
      --include-peer               Include peer identity in routing
      --include-thread             Include thread identity in routing
      --platform string            Messaging platform name
      --scope string               Bridge scope: global or workspace (default "global")
      --status string              Lifecycle status (defaults to starting when enabled, disabled otherwise)
      --workspace-id string        Owning workspace ID for workspace-scoped bridges

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 bridge create -o json

On this page