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.
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
Network-level monitoring. Zero code changes required. Observes all agent traffic passively.
↓ Download .pkgNotarized by Apple
Note: If Sentry fails to launch, run:
brew install python-tk@3.11Windows
Network-level monitoring. Zero code changes required. Observes all agent traffic passively.
↓ Download .exeLinux
Network-level monitoring. Zero code changes required. Observes all agent traffic passively.
↓ Download .tar.gzNot 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
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
You want instant deployment
You need network-level visibility
You manage existing agents