Developers
One line from a terminal, a typed SDK from an app, an OpenAPI document for everything else.
From your terminal
Prints one line: the link. Everything after the # is the key, and our server did the encrypting - that path says so on every response.
curl -T secrets.env https://secretpaste.comFrom the CLI
Encrypts on your machine, streams large files, and never writes a key to disk.
brew install secretpaste && secretpaste create ./secrets.envFrom your own code
The API takes ciphertext and public parameters. The OpenAPI document is generated from the same schemas the handlers validate against, so it cannot drift.