Quickstart

SDK live on npm.

Add accountability to your AI agent in minutes. Every action is monitored and verifiable.

const { protect } = require('@usekova/sdk');

const agent = await protect({
  name: 'my-agent',
  rules: ['no-data-leak', 'read-only']
});

Install: