aliasgarsogiawala

storemyapi

v1.0.5Developer Tools

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.

envapi-keyssecretsenvironmentclicloudsync

Install

$npm install -g storemyapi

Simulated playground

no install needed

Commands are simulated locally. Use the quick buttons or type any command — arrow keys navigate history.

playground — storemyapi
Welcome to the storemyapi playground.
Try: storemyapi --help
 
$

Live runner

real execution

Installs storemyapi in a sandboxed temp directory on the server and runs your command for real. Read-only commands only.

Ready
live — real execution

Command

$storemyapi

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.

$storemyapi set OPENAI_KEY sk-xxxx

Get a key

Retrieve a stored key by name.

$storemyapi get OPENAI_KEY

List all keys

See all stored variable names.

$storemyapi list

Delete a key

Remove a key from storage.

$storemyapi delete OPENAI_KEY

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.

v1.0.5latest
March 5, 2026

What changed

  • +Replaced prompts library with inquirer for better interactive input
  • +Removed storemyapi self-reference cleanup
  • +Stability improvements across auth flow

Dependencies

axioscommanderinquirerjwt-decodeopenstoremyapi

Other packages