Skip to content

For platform · privacy engineers

Built for the people who connect the systems.

Platform and privacy engineers need a decision check that is fast, logged, and the same in every surface. Consentry is that check, not a policy document.

check.ts
const decision = await consentry.check({
  principalId,
  purpose: "marketing_email"
})

if (decision.allowed) {
  sendEmail()
}

// response

{
  "allowed": false,
  "reason": "Consent Withdrawn",
  "decisionId": "dec_34984"
}

Recorded ✓

What the check buys you

One call. Same answer. A record you keep.

01 · Check

One decision check

Call before analytics, sharing, personalization, warehouse loads, and CDP writes. Same principal, purpose, and system contract everywhere.

02 · Enforce

Enforcement across named systems

A revocation is not a ticket. It is a state change that analytics, processors, personalization, warehouse, and CDP must respect on the next read.

03 · Log

Logged by default

Every check writes a decision record. You get the artifact auditors ask for without bolting on a separate audit pipeline later.

Enforcement simulation

Withdrawal fan-out across named systems.

A revocation is a state change, not a ticket. The next check() on each named surface returns allowed: false with a reason and decision id.

Trigger

Consent withdrawn

DEC-34984 · 14:18:00Z

  • Analytics

    ✕ BLOCKED

  • Processors

    ✕ BLOCKED

  • Personalization

    ✕ BLOCKED

  • Warehouse

    ✕ BLOCKED

  • CDP

    ✕ BLOCKED

Pricing

How we price

From ₹24 / principal / year

Check consent on every read. It costs nothing extra. We don't bill per decision. We bill per year on active principals.

Metering decisions would tax the exact behaviour this product exists to encourage. Per-principal keeps checks free and costs forecastable.

Billed on

Active data principals

Unlimited

Decisions · Systems · Checks

TierActive principals₹ / principal / yr
StarterUp to 50k₹24 / principal
Growth50k–500k₹18 / principal
Scale500k+Talk to us

Annual fee = active principals × the rate for your tier.

Get early access for your platform team

Connect analytics, sharing, personalization, warehouse, and CDP. We reply within 1–2 business days.