Manage an agent's secrets
Manage owner-supplied secrets on an agent (API keys for the agent's tools and MCP servers).
A secret's name doubles as the environment variable the agent's runtime exports (e.g.
WARP_API_KEY), so name it exactly what the consuming tool expects.
Values are write-only: they can be replaced or deleted, never read back here.
The agent picks up changes on its next restart.
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for secrets |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |