Step 1: Install
```bash pip install vaultak ```Step 2: Get your API key
Sign up at app.vaultak.com. Your API key is on the API Key tab. It starts withvtk_.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add runtime security to your AI agent in 5 minutes
vtk_.
const { Vaultak } = require("vaultak");
const vt = new Vaultak({ apiKey: "vtk_your_api_key_here" });
vt.monitor("my-agent");
myAgent.run();
| Mode | Trigger | Behavior |
|---|---|---|
| Alert | Score >= 30 | Logs event, sends notification, agent continues |
| Pause | Score >= 60 | Halts agent, queues action for human review |
| Rollback | Score >= 85 | Reverses state using snapshot, halts agent |