Skip to content
CompozyOS RuntimeCompozy

compozy

Compozy — agent operating system

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

compozy

Compozy — agent operating system

compozy [flags]

Examples

  # Start the daemon and create a session in the current workspace
  compozy daemon start
  compozy session new --agent general

  # Print machine-readable output for automation
  compozy session list -o json

Options

  -h, --help            help for compozy
      --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 -o json

Subcommands

CommandDescription
compozy agentInspect Compozy agent definitions
compozy automationManage automation jobs, triggers, suggestions, and runs
compozy bridgeManage bridge instances
compozy bundleManage extension bundle presets
compozy chUse agent-facing coordination channels
compozy completionGenerate the autocompletion script for the specified shell
compozy configInspect and mutate Compozy configuration
compozy daemonManage the Compozy daemon
compozy desktopManage virtual desktops in a workspace
compozy doctorRun runtime diagnostics
compozy drainStop admitting new work while in-flight work completes
compozy extensionManage Compozy extensions
compozy hooksInspect configured and executed hooks
compozy installBootstrap Compozy and create the default general agent
compozy layoutInspect, preview, and change workspace layouts
compozy layout-profileList, read, save, and delete saved layouts
compozy logsRead cross-session runtime logs
compozy loopManage Loop definitions and runs
compozy marketplaceDiscover installable Compozy capabilities
compozy mcpManage MCP integrations
compozy meInspect the current Compozy-managed agent session
compozy memoryShow, write, search, and operate Memory v2 durable context
compozy networkOperate the daemon-owned network runtime
compozy notificationsManage notification presets
compozy observeInspect runtime observability read models
compozy onboardingInspect and manage first-run onboarding state
compozy openOpen the Compozy web UI in the default browser
compozy providerInspect and manage provider authentication
compozy resourceManage desired-state resources
compozy rolesInspect effective background role configuration
compozy schedulerInspect and control task scheduler dispatch
compozy sessionManage Compozy sessions
compozy skillManage local AgentSkills
compozy spawnSpawn a bounded child agent session
compozy statusShow consolidated runtime status
compozy supportCreate daemon-owned support artifacts
compozy taskManage tasks and task runs
compozy toolInspect and invoke registry tools
compozy toolsetsInspect registry toolsets
compozy undrainResume admission of new work
compozy uninstallStop Compozy and remove runtime launch artifacts
compozy updateCheck for and apply the latest stable Compozy release
compozy vaultManage encrypted daemon vault metadata and write-only secrets
compozy versionPrint the Compozy version
compozy whoamiPrint the current Compozy agent identity from environment variables
compozy windowManage windows in virtual desktops
compozy workspaceManage registered workspaces

On this page