LIVE DEMO → Home Product
Features Use Cases Compare Enterprise
Docs
Documentation Quickstart MCP Server Integrations Benchmark
Pricing Blog DASHBOARD → LOG IN →
Healthcare · GDPR Art. 9 · HIPAA

AI agents that remember patients — without the compliance risk

Build GDPR-compliant medical AI with EU data residency, right to erasure in one API call, and audit trails ready for DPA inspection.

Frankfurt
EU Data Only
Art. 17
Right to Erasure
<40ms
Recall Latency
SOC2
In Progress
Compliance

Why healthcare AI needs EU-native memory

Patient data is among the most sensitive data in existence. Every layer of your AI stack must be compliant by design — not retrofit.

🔒
GDPR Art. 9
Special categories of data

Patient data is a special category. Kronvex never stores raw medical records — only agent-synthesized memory fragments, all processed and stored in the EU. No raw PHI ever leaves your systems.

🗑️
Art. 17
Right to Erasure

One DELETE call removes all memories tied to a patient ID instantly. No manual database cleanup, no ticket to engineering, no 30-day delay. Compliant erasure in milliseconds.

📋
Audit Trail
DPA-ready access logs

Every memory access is logged with timestamp, agent ID, and user ID. Export-ready for DPA inspections, CNIL audits, or internal compliance reviews. Always audit-ready.

🇪🇺
Schrems II
No SCCs needed

All data stays in Frankfurt (Supabase eu-central-1). No transatlantic data transfers, no Schrems II exposure, no Standard Contractual Clauses required for EU healthcare operations.

Use cases

Healthcare AI, built with memory

From clinical assistants to care coordinators — persistent memory transforms every healthcare AI touchpoint.

🩺
Clinical assistant memory

Remembers patient preferences, allergies, and visit history across sessions. No PHI stored — only synthesized context that helps agents give better, safer responses.

📝
Medical onboarding bots

Tracks what a patient has already been asked across sessions. No repeat questions, no frustration. Persistent intake memory that picks up exactly where it left off.

🤝
Care coordinator agents

Remembers care plan decisions, flags contradictions between sessions, and maintains continuity across care team members — all with a full erasure trail per patient.

API

Right to erasure in one call

GDPR Art. 17 compliance doesn't require infrastructure work. One API call removes all memories for a patient — instantly and permanently.

erasure_example.py
# GDPR Art. 17 — Right to erasure
# One call removes all memories for patient_id
import kronvex

client = kronvex.Kronvex(api_key="kv-...")

# Delete all memories tied to this patient
client.agents.memories.delete_by_user(
    agent_id="agent_xxx",
    user_id="patient_abc123"
)

# All memories for this patient deleted instantly
# — no manual cleanup, no engineering ticket required

Ready for your DPA?

We provide signed Data Processing Agreements for all paid plans. Contact our enterprise team for DPA requests, security reviews, and CNIL audit support.