🚀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-web2. 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 dataLoading dashboard...