AI makes mistakes! Undisk makes recovery instant: every write is versioned, every file is reversible.
See it heal →

Compliance

Undisk MCP is infrastructure, not an AI system. It enables deployers to meet their own record-keeping, oversight, and retention obligations.
Compliance obligations rest with the AI system provider or deployer. Undisk provides the audit trail, version history, and restore mechanics that make those controls operational.

EU AI Act alignment

Article 12: record-keeping

RequirementUndisk feature
Automatic event recordingImmutable version history with agent identity, timestamp, operation, file path, and content hash
Risk identificationAnomaly detection hooks and precise file-level activity review
Post-market monitoringExportable JSON or NDJSON audit evidence
Tamper evidenceContent-addressable storage with hash-based verification

Article 14: human oversight

RequirementUndisk feature
Monitor operationsFull per-operation audit trail
Override and reverserestore_version creates a new head version from any prior state
Stop runaway activityPolicy ACLs, rate limits, and scoped access controls

Article 26(6): log retention

PlanRetentionMeets 6-month minimum?
Free30 daysNo
Pro180 daysYes
Team365 daysYes
EnterpriseUp to 10 yearsYes

Audit evidence shape

{
  "id": "ver_a1b2c3",
  "path": "regulatory/q2-report.md",
  "versionNum": 3,
  "contentHash": "sha256:e3b0c44298fc1c...",
  "size": 4096,
  "operation": "write",
  "agentId": "key:78bd0ae5:kyc-agent",
  "principalId": "user_abc123",
  "createdAt": "2026-04-06T10:00:00.000Z"
}

Deployer responsibilities

  1. Determine whether your AI system is high-risk under the applicable regulation.
  2. Define and enforce human oversight procedures.
  3. Review and retain logs for the period your compliance program requires.
  4. Conduct your own privacy, security, and DPIA assessments where needed.
  5. Execute a DPA and data-residency plan appropriate to your environment.

What Undisk does not do

  • It does not classify your system under the EU AI Act.
  • It does not replace legal advice.
  • It does not certify compliance on your behalf.
  • It does not replace your organization’s operational review process.