Secrets management
for your AI prompts
Turn your prompts into hosted protected resources and fetch them in runtime.
Separate your prompts from the rest of your code.
Store prompts as plain text or encrypted data.
Client libraries:
more coming soon.
$ pip install promptvaultimport os import PromptVault as pv # set your API key
pv.api_key = os.getenv('PV_API_KEY')
# retrieve prompt
prompt = pv.Prompt.fetch('customer-service-bot')
# use prompt (ship it to OpenAI or use e.g. LangChain)
# ... your code goes here ...
Protect, develop, and perfect your prompts



$ pip install promptvault# run to install promptvault
Psst. Hey! If you got this far down, we would love to hear your feedback. Email us!