Audit-ready internal tools

Audit-ready internal tools record what changed, who changed it, and when.

When an internal tool touches operational data, the question after an incident is what changed and who did it. Relpin captures row-level audit in the data model by default.

Search intent audit-ready internal tools row-level audit trail internal tools internal tools with audit
data · audit PROD
Data audit append-only
  1. UPDATE assignments 26.06.2026 · 14:02:11
    allocation_percent: 40 55 m.alvarez@acme-inc.io
  2. INSERT time_entries 26.06.2026 · 13:47:36
    logged_hours: 6.5 j.kim@acme-inc.io
  3. UPDATE projects 26.06.2026 · 11:20:58
    status: planned active p.nwosu@acme-inc.io

tenant roles hold SELECT + INSERT only · captured by AFTER triggers

Category position

Audit-ready means evidence is part of the data model, not an afterthought. Relpin records field-level changes with the actor and audits lifecycle and promotion decisions too.

How to evaluate
01

Row-level audit by default

AFTER INSERT, UPDATE, and DELETE triggers on every user table capture field-level before and after diffs together with the actor. The audit table is append-only, enforced by database privilege: tenant roles get SELECT and INSERT only.

02

Lifecycle and promotion are audited too

Control-plane, lifecycle, and promotion mutations are recorded alongside data changes, so operators can tie a record change back to a specific governed release decision.

03

A queryable audit feed, not a stream

The audit feed is a cursor-paginated SQL pull. Relpin does not provide realtime audit streaming, SIEM integration, or outbound webhooks, and does not hold compliance certifications. Audit-ready describes the recorded evidence, not a certification.

FAQ

Frequently asked questions.

What makes an internal tool audit-ready?

In Relpin, audit-ready means row-level audit is part of the data model. Database triggers record field-level before and after diffs with the actor, the audit table is append-only by privilege, and lifecycle and promotion mutations are audited too.

Does audit-ready mean compliant or certified?

No. Audit-ready describes the recorded evidence in the data model. Relpin does not claim compliance certifications, and the audit feed is a cursor-paginated SQL pull rather than realtime streaming.

Relpin

Govern the tool before it runs production work.