create_volta_note
Create burn-after-read encrypted notes to share sensitive data via one-time URLs. Transmit passwords and private keys that delete permanently after first access.
Instructions
Creates a Volta secure note and returns a one-time URL. Use this to send sensitive information to a user — they open the link once, read it, and it's gone. Useful for sharing generated passwords, private keys, or any sensitive output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The secret content to encrypt and store. Maximum 2,048 characters. Will be AES-256-GCM encrypted before leaving this machine. |