Vaultak Sentry is a desktop application for macOS, Windows, and Linux that monitors any AI agent running on your machine without requiring any changes to the agent code. Install it in two minutes and get full behavioral monitoring immediately.Documentation Index
Fetch the complete documentation index at: https://docs.vaultak.com/llms.txt
Use this file to discover all available pages before exploring further.
Download
Download the installer for your platform from vaultak.com/download:| Platform | File |
|---|---|
| macOS (Apple Silicon) | VaultakSentry-1.0.0-arm64.pkg |
| Windows | VaultakSentry-1.0.0-windows.zip |
| Linux | VaultakSentry-1.0.0-linux.tar.gz |
Installation
macOS
- Download
VaultakSentry-1.0.0-arm64.pkg - Right-click the file and select Open
- Click Open in the security dialog
- Follow the installer prompts
Windows
- Download
VaultakSentry-1.0.0-windows.zip - Extract the zip file
- Run
VaultakSentry.exe - If SmartScreen appears, click More info then Run anyway
Linux
```bash tar -xzf VaultakSentry-1.0.0-linux.tar.gz cd VaultakSentry-1.0.0 ./VaultakSentry ```Connect to your account
- Open the Vaultak Sentry app
- Enter your API key from app.vaultak.com
- Click Connect
- The status indicator turns green, monitoring has begun
Run your agent through Sentry
Instead of running your agent directly:Configure thresholds
| Threshold | Default | Behavior |
|---|---|---|
| Alert | 30 | Log event and send notification |
| Pause | 60 | Halt agent, queue for human review |
| Rollback | 85 | Auto-reverse state, halt agent |
What Sentry monitors
- Network connections, every outbound API call and external service connection
- File system, reads, writes, and deletes by agent processes
- LLM API calls, requests to OpenAI, Anthropic, and other providers
- Process activity, subprocesses spawned by agents