SANDBOX LABv1.2.0
🔐 Kakunin Compliance Playground
Test real-time identity attestation and automated X.509 revocation under MiCA & EU AI Act standards.
Interactive Event Builder
Construct custom action structures to test real-time limits.
Developer Integration SDK Code
import { KakuninClient } from '@kakunin/sdk';
const client = new KakuninClient({
apiKey: process.env.KAKUNIN_API_KEY
});
// Record activity event
const response = await client.events.record({
agentId: "SANDBOX-AGENT-ALPHA",
actionType: "api_call",
details: {
"amount_usd": 500,
"venue": "NYSE",
"instrument": "AAPL"
}
});
console.log("Risk Score:", response.riskScore);
if (response.revocationCheckQueued) {
console.log("🚨 Cert revoked!");
}Real-Time Attestation Engine
0.00Risk Index
🟢 COMPLIANT POSTURE
Attestation Log Stream
No activity detected. Run simulation or inject an event to stream.