X.509 certificates + behavioral monitoring infrastructure. Integrate in 15 minutes. TypeScript SDK, REST API, event streaming — built for engineering teams.
Four steps from zero to a certified, monitored AI agent. Full TypeScript types throughout.
POST /agents with metadata: name, org, permitted_actions, model_hash. Returns agent_id immediately.
kakunin.agents.create({agent_id, scope})X.509 RSA-2048 cert. Private key stays in AWS KMS — never exposed. Valid 365 days per MiCA Art. 70.
{ cert_pem, kms_arn }Agent streams behavioral events: transaction, data_access, api_call, auth_failure. 1,000 events/sec capacity.
events.ingest(agent_id, event[])Risk score >0.85 triggers auto-revoke in <60s. Webhook fires. Enforce via /v1/verify at the edge.
webhooks.on('certificate.revoked')Zod validation, automatic retry, sandbox mode. Full type safety. Production-ready.
npm install @kakunin/sdkOpenAPI 3.0 spec. JSON/REST. Available now for Python, Go, Java, and any HTTP client.
/api/v1/agents · /api/v1/eventsModel Context Protocol integration. AI agents can self-register and self-certify via MCP.
MCP docsComing Q3 2026. Early access for enterprise customers. REST API available today.
Coming soon1,000 events/second capacity. Rolling 30-day risk score. p99 latency: 200ms ingestion, <5ms verification overhead.
Register + certify first agent: <3 seconds end-to-end. Async via QStash for scale. KMS RSA-2048 signing.
SLA: certificate revoked within 60 seconds of threshold breach. Webhook delivered within 5 seconds.
Regulators verify at /v1/verify — no auth, <500ms p99, globally CDN-cached. Zero overhead on your stack.
Register, certify, and stream events in under 15 minutes.
Bearer token auth. API keys scoped to tenant. Sandbox vs production.
Register AI agents. Permitted actions, model hash, org scoping.
Stream behavioral events. Risk scoring in real-time.
Full SDK reference. Type-safe wrappers for all API endpoints.
Receive revocation & risk alerts. HMAC-SHA256 verification.
Ship it
Full integration in ~15 minutes. TypeScript SDK + REST API. Sandbox mode — no production risk.