Quick Start
Get up and running in 5 minutes with our quick start guide.
- Installation
- Authentication
- Your first event
Everything you need to integrate production-ready audit logging into your SaaS. From quick start guides to API references, we've got you covered.
Get up and running in 5 minutes with our quick start guide.
Deep dive into our SDKs for Python, JavaScript, Go, and more.
Complete API documentation with code examples and response schemas.
Understand the fundamentals: events, privacy, immutability, and compliance.
Step-by-step guides for common tasks and advanced setups.
GDPR, SOC 2, ISO 27001, and HIPAA compliance information.
New to LogVault? Start with our Quick Start guide. It covers installation, authentication, and logging your first event in just 5 minutes.
Start Nowimport logvaultclient = logvault.Client("lv_live_...")# Log your first eventclient.log(action="user.login",user_id="user_123")Follow our Quick Start guide. You can log your first event in under 5 minutes.
We offer official SDKs for Python, JavaScript/TypeScript, Go, and Ruby. REST API available for all others.
All data is encrypted at rest with AES-256 and in transit with TLS 1.3. Read our Security page for details.
Yes, you can export logs in CSV or JSON format via our dashboard or API. See our export guide.
Check out our detailed guides, API reference, or reach out to our support team.