Zero configuration
The AI agent looks across all your tables and decides which ones are worth custom checks.
A triage agent looks across every table you monitor and decides which deserve checks of their own. It reads schema and profile statistics, never your rows. Available on Pro and above.
Sentry reads each table's schema and its first profile, then proposes tailored checks that catch issues other tools would miss — negative amounts, unknown status codes, orders pointing at customers that no longer exist.
orders · proposed plan
Status stays inside the four known states
status not in ('pending', 'paid', 'refunded', 'cancelled')
0 today·0 typical
CRITICALEvery order points at a customer that exists
orders.customer_id with no customers.id
400 today·12 typical
Delivery never precedes the order
delivered_at < created_at
0 today·0 typical
The AI agent looks across all your tables and decides which ones are worth custom checks.
The agent revisits your tables and checks as your schema, findings and feedback change.
Every week, a triage agent looks across your monitored tables and decides which ones deserve custom agentic checks based on importance. A planning agent then defines the specific tests that run nightly in addition to the standard checks.
01
Decides which of your tables deserve checks of their own, and how many.
02
Writes the specific checks for each table that was given an allowance.
03
Proves every proposed check against your live warehouse before it is saved.
04
Scores each check against its own history, alongside the six standard checks.