Skip to content
Vault
CompozyOS RuntimeVault

compozy vault

Manage encrypted daemon vault metadata and write-only secrets

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

compozy vault

Manage encrypted daemon vault metadata and write-only secrets

Options

  -h, --help   help for vault

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

Subcommands

CommandDescription
compozy vault deleteDelete one vault secret
compozy vault getShow redacted metadata for one vault secret
compozy vault listList redacted vault secret metadata
compozy vault putStore one write-only vault secret from stdin

On this page