Downloads & Installation

Get started with Vaultak

Two ways to secure your AI agents. Use the SDK for code-level integration, or install Sentry for zero-code network-level monitoring.

SDK — Vaultak Core
Python SDK
Wrap your agent in minutes. Runtime monitoring, behavioral scoring, policy enforcement, and automatic rollback — all from your existing code.
Recommended
Install
pip install vaultak
Quick start
from vaultak import Vaultak vt = Vaultak(api_key="YOUR_API_KEY") with vt.monitor("my-agent"): # your agent code here pass
Sentry — Desktop App
macOS
Apple Silicon · macOS 12+
Network-level monitoring. Zero code changes required. Observes all agent traffic passively.
↓ Download .pkg
Notarized by Apple
Note: If Sentry fails to launch, run: brew install python-tk@3.11
Windows
x64 · Windows 10+
Network-level monitoring. Zero code changes required. Observes all agent traffic passively.
↓ Download .exe
Linux
x86_64 · Ubuntu 20.04+
Network-level monitoring. Zero code changes required. Observes all agent traffic passively.
↓ Download .tar.gz

Not sure which to use?
Use the SDK if...
You want code-level control
You need policy enforcement
You want rollback capability
You're building new agents
Use Sentry if...
You can't modify agent code
You want instant deployment
You need network-level visibility
You manage existing agents