Integrations › Semantic Kernel
Enterprise agents need verified memory.
Get API Key →Semantic Kernel has memory. It stores embeddings. But there's no proof of what was stored, no conflict detection, no governance. Enterprise agents need more than embeddings.
npm install @verifiedstate/semantic-kernel
@verifiedstate/sdk with Semantic Kernel-specific source tagging. Native Semantic Kernel features coming.// Register VerifiedState as a Semantic Kernel memory plugin
// Enterprise-grade verified memory with governance{
"receipt_id": "rct_7f3a...",
"assertion": "User prefers dark mode",
"status": "verified",
"confidence": 0.94,
"signature": "ed25519:a8c3f1...",
"verified_at": "2026-04-06T14:32:01Z",
"chain_position": 42
}| Feature | Without | With VerifiedState |
|---|---|---|
| Memory proof | None | Ed25519 signed receipts |
| Governance | None | JSON policy engine |
The SDK is TypeScript. Use the REST API from .NET applications.
Free: 50,000 assertions/month. No credit card. No trial expiration.