Vault
AGH RuntimeVault
agh vault list
List redacted vault secret metadata
- Audience
- Operators running durable agent work
- Focus
- Vault guidance shaped for scanability, day-two clarity, and operator context.
agh vault list
List redacted vault secret metadata
agh vault list [flags]Examples
# List session-scoped vault entries
agh vault list --prefix vault:sessions/sess_123/
# List all provider vault entries as JSON
agh vault list --namespace providers -o jsonOptions
-h, --help help for list
--namespace string Vault namespace filter
--prefix string Vault ref prefix, for example vault:sessions/<session_id>/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:
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:
agh vault list -o json