DEVELOPER HUB

Welcome to LogVault Docs

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 Started

Most Popular Starting Point

New to LogVault? Start with our Quick Start guide. It covers installation, authentication, and logging your first event in just 5 minutes.

Start Now
Quick example
import logvault
client = logvault.Client("lv_live_...")
# Log your first event
client.log(
action="user.login",
user_id="user_123"
)

Common Questions

What's the quickest way to get started?

Follow our Quick Start guide. You can log your first event in under 5 minutes.

Which languages do you support?

We offer official SDKs for Python, JavaScript/TypeScript, Go, and Ruby. REST API available for all others.

How is my data encrypted?

All data is encrypted at rest with AES-256 and in transit with TLS 1.3. Read our Security page for details.

Can I export my audit logs?

Yes, you can export logs in CSV or JSON format via our dashboard or API. See our export guide.

View all FAQs

Need more help?

Check out our detailed guides, API reference, or reach out to our support team.