# Volidator > Developer-first, zero-knowledge compliance audit logging infrastructure. Volidator is built to log user actions, background jobs, and AI agent decisions securely. Every audit log payload is encrypted client-side using AES-256-GCM before ingestion, ensuring that only ciphertext and blind indexes (for filtering) ever leave your servers. ## Resources - [Full Markdown Reference](https://volidator.com/llms-full.txt) - Consolidated guides, specifications, and full SDK references. - [Developer Documentation](https://docs.volidator.com) - Full online tutorials and guides. - [GitHub SDK Repo](https://github.com/ankreations/Volidator-sdk) - Open source Node/TypeScript SDK. ## Core API & Specifications - [Log Ingestion API](https://docs.volidator.com/reference/log) - Schema and endpoint specs for `POST /v1/log`. - [Claim Check Storage](https://docs.volidator.com/guides/ai-agent-auditing) - Zero-knowledge R2 storage flow for payloads >30KB. - [Lamport Clocks & Trace Ordering](https://docs.volidator.com/guides/trace-visualization) - Mathematical causal ordering of distributed agent logs. - [PII Redaction Rules](https://docs.volidator.com/guides/pii-redaction) - In-memory client-side regex stripping. - [JIT Hydration](https://docs.volidator.com/guides/jit-hydration) - Resolving masked blind indexes dynamically on client load.