⚠️ Demo Environment: All data is temporary and automatically deleted after 7 days. This environment is intended for testing and evaluation purposes only.
K
KavachPlayground
🚀You are exploring the Kavach Sandbox. Use admin@demo.com and OTP 123456 to enter.

Kavach Developer Playground

Explore and integrate Kavach SDKs across your stack. Monitor security events, manage active devices, and view risk distribution in real-time.

Web SDK Integration

Select an environment to view the code snippet.

1. Install the SDK

npm install @rajeev02/kavach-web

2. Initialize on your Client

import { KavachClient } from '@rajeev02/kavach-web';

const kavach = new KavachClient({
  serverUrl: 'https://api.demo.kavachid.com',
  tenantId: 'YOUR_WORKSPACE_ID'
});

// Use kavach to authenticate or fetch data
Loading dashboard...