storemyapi
storemyapi lets you store, retrieve, and manage API keys and environment variables from the terminal with cloud sync. No more losing keys, copying from Notion, or storing secrets in plain text files. Set them once, access them everywhere across your machines.
Install
Simulated playground
no install neededCommands are simulated locally. Use the quick buttons or type any command — arrow keys navigate history.
Live runner
real executionInstalls storemyapi in a sandboxed temp directory on the server and runs your command for real. Read-only commands only.
Command
For security, only read-only commands are available in live mode. The package is installed fresh in a sandboxed temp directory on the server.
Output will appear here.
Installs storemyapi in a temp directory and runs your command live.
Download stats
Loading stats...
Usage examples
Set a key
Store an API key securely.
Get a key
Retrieve a stored key by name.
List all keys
See all stored variable names.
Delete a key
Remove a key from storage.
Flags & commands
Flag
Default
Description
set <KEY> <VALUE>
—
Store a new environment variable.
get <KEY>
—
Retrieve the value of a stored variable.
list
—
List all stored variable names.
delete <KEY>
—
Remove a stored variable.
Latest release
What changed
- +Replaced prompts library with inquirer for better interactive input
- +Removed storemyapi self-reference cleanup
- +Stability improvements across auth flow
Dependencies