Documentation Index
Fetch the complete documentation index at: https://umbra.0xcreator.dev/llms.txt
Use this file to discover all available pages before exploring further.
Released April 18, 2026
New features
Multi-user key management
You can now add multiple named users to the CLI — each backed by a different signer — and switch between them on the fly:user add, user list, user use, and user remove for details.
Managed wallet providers
In addition to local keypair files, you can now sign transactions through managed wallet services:- Privy — server-side wallet API
- Turnkey — P256 API key signing
- Para — server-side wallet API
--backend and --param flags on user add.
OS keychain integration
Secrets like API keys are stored in your OS keychain (macOS Keychain, GNOME Keyring, etc.) and loaded automatically on future runs. No need to export environment variables each session.Per-user configuration
Useconfig set and config get to manage CLI-wide settings like rpcUrl, network, and indexerApiEndpoint from the terminal.
Updates
Rebuilt command layer
The CLI framework has been rewritten for faster startup, better help output, and more reliable flag parsing. All existing commands (register, eta, utxo) work the same way — no changes to your workflow.
Improved invalid-command handling
Running an unrecognized command now shows helpful suggestions instead of a generic error.Bug fixes
- Fixed an issue where npm publish could fail silently on certain release configurations.