gloves
gloves is a secure secrets control plane for multi-agent runtimes and human operators.
It provides:
- agent-owned encrypted secrets
- human approval workflows
- access/audit controls
- vault and daemon operations
- an interactive TUI navigator
Documentation
Start here: Documentation Index
Fast links:
- Quickstart
- Concepts and Parts
- Secrets and Requests
- Humans, Agents, and GPG
- TUI Guide
- Configuration Guide
- Troubleshooting
- VM Multi-Agent Operations
- Security Hardening
- Release Binaries
Command Model
Primary command groups:
gloves secrets ...: set/get/grant/revoke/statusgloves request ...: create one pending human requestgloves requests ...: list/approve/deny pending requestsgloves vault ...: encrypted vault operationsgloves gpg ...: per-agent GPG key workflowsgloves tui: interactive command center
Recursive help is supported:
Quick Example
# initialize runtime layout
# create one secret
# read secret
# list entries
For complete setup and human/agent workflows, use Quickstart.
Install
From release binaries (recommended)
|
From crates.io
From source
Security and Policy
- Use least-privilege agent access in
.gloves.toml - Prefer
gloves secrets get --pipe-to <command>over raw stdout in automation - Keep secrets root and config permissions private
- Use
gloves audit --jsonfor machine-readable audit export
Details:
Development