Governed changes.
Clear actors.
Useful timestamps.
An append-only, SQL-queryable audit log for governed platform and tenant operations. Every row change captures field-level before/after diffs and the actor — no app code required. Query by actor, action, resource, environment, and time.
Append-only at the database level.
Structured for traceability.
Relpin captures tenant audit events for governed platform paths — schema, data-access, build, deploy, and lifecycle changes — plus automatic row-level capture on every user table. Append-only is enforced by database privileges: tenant roles get SELECT and INSERT only.
Database triggers record field-level before/after diffs and the actor on every insert, update, and delete — no app code required.
Tenant roles get SELECT and INSERT only, so audit rows are never edited or deleted in place — enforced by Postgres, not convention.
Schema, data-access, build, deploy, and lifecycle changes write tenant audit events alongside row-level history.
SQL on your audit log.
Not a search bar.
Query audit-backed event records with SQL-oriented filters for actor, action, resource, environment, and time range. Avoid benchmark claims until production data proves them.
Query audit records with the same SQL surface as the rest of your governed data plane.
Filter by actor, action, resource, environment, and time range without bespoke search bars.
Prepared statements only — no string concatenation, no SQL-injection surface for audit queries.
Compliance workflows.
Planned reporting.
Planned report templates will use the same tenant audit history for common audit and compliance workflows. Formal framework-specific reporting should stay explicit and reviewed.
Auditor-facing summaries go through review before rollout — no auto-published "compliance" claims.
Report templates aimed at common audit workflows, finalized with customer requirements.
Export formats and scheduled delivery sit on the reporting roadmap, not the launch surface.
Privacy-oriented audit summaries
Operational control review packets
Access and change-history exports
Customer-specific evidence bundles
Event delivery.
Planned destinations.
Planned event streaming will target webhook and security-tool destinations while preserving retry, signature, and audit semantics.
Planned event streaming to webhook endpoints with signature and destination policy.
Retry and dead-letter behavior finalized per destination — not a single hard-coded policy.
SIEM-class destinations on the roadmap, sharing the same audit semantics as Relpin queries.
What teams use it for.
From compliance audits to incident investigations, the audit trail is the foundation for accountability and security.
Regulatory compliance audits
Prepare reviewed audit exports and evidence packages from tenant audit history.
Incident investigation
Reconstruct the exact sequence of events leading to any incident with SQL-queryable logs.
Periodic access reviews
Review governed access and platform activity by actor, role, environment, or resource.
Configuration change tracking
Track every configuration change across environments with before/after snapshots.
Automated regulatory reports
Planned scheduled delivery for reviewed audit and compliance report packages.
Security forensics
Investigate denied or suspicious platform activity with available actor, session, and action context.
Stop guessing what happened.
Start knowing.
Tenant audit events, SQL-queryable history, and a reporting roadmap for teams that need operational accountability.
Open beta · Demo workspace included · Governance-focused
Tenant audit events · SQL-queryable · Reporting roadmap · Planned streaming