Skip to content

A secrets management client library for Agentic systems.

Notifications You must be signed in to change notification settings

Stonefish-Labs/stonekeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stonekeep

Python client for Stonekeep profile-based config and secret access.

Install

pip install "stonekeep @ git+https://github.com/Stonefish-Labs/stonekeep.git"

Quick start

from stonekeep import Vault

vault = Vault(profile="my-profile")
config = vault.get_config()
token = vault.get_secret("api_token")

This package is production-only and talks to the Stonekeep Guardian service.

About

A secrets management client library for Agentic systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages