Unlock the vault
Store and read values
list(), head(), and delete() the same way you would on a normal KV
store, but remember that the server only sees encrypted blobs.
Share encrypted data
To share a vault entry, grant the recipient access to the entry key and add a delegation for the same path scope.CLI
Alltc vault commands require --private-key <hex> or TC_PRIVATE_KEY,
because the CLI resolves a private key before running vault operations.
