Hammer Hound - A wasteland survivor forging solutions
Now Open Source

Bury

A secrets manager that buries your AI agent credentials deep. PID-bound sessions, real-time audit logging, zero cloud dependencies.

Loading...
Open Source
MIT LicensePython 3.9+
Features

Built for the AI Agent Era

PID-Bound Sessions

Scoped access tied to process lifecycle. Agent dies = session dies. No lingering credentials.

Real-Time Audit

Every access attempt logged instantly. Know exactly what your AI agents are accessing.

Self-Contained

Single SQLite file. No cloud. No server. No external dependencies.

Get Started

Simple. Secure. Fast.

install.sh
# Install from GitHub
pip install git+https://github.com/hammerhoundai/bury.git

# Or with uv (recommended)
uv tool install git+https://github.com/hammerhoundai/bury.git
usage.sh
# Initialize vault
$ vault init
Enter master password: ********
Vault created at ~/.vault

# Start daemon
$ vault daemon
Vault daemon started (PID: 2345)

# Launch agent with scoped access
$ vault agent claude --allow "work/*" --ttl 3600
audit.log
$ tail -f ~/.vault/access.log
2025-02-15T10:23:01Z [12345/claude] ALLOWED GET work/api/key
2025-02-15T10:24:15Z [12345/claude] DENIED GET personal/bank out-of-scope
About

Built by HammerHound

We're building the infrastructure for the AI agent era.

Bury is our first open-source tool—because credential security shouldn't require trusting a cloud provider.

But we're just getting started.

The Den

Coming 2025

AI Agent Orchestration Platform

Mission control for your AI workforce. Orchestration, monitoring, and governance—all in one place.

Hammer Hound forging solutions in the workshop