Developer Tools

Developer-First Privacy Infrastructure.

Consent, DSR, and cookie-consent components you can drop into React, Angular, or any vanilla JavaScript site.

SDK support

ReactAngularJavaScript
@privtrust/react-consent
import "@privtrust/react-consent";

export default function App() {
  return (
    <>
      <consent-widget />
      <data-subject-rights-widget />
    </>
  );
}
AI-Agent Integration

Give Your AI Agents a Consent Boundary.

Most privacy platforms stop at APIs for your backend. This one speaks natively to the agents your backend is starting to call.

Native MCP Server

Consent checks your agent can call directly.

  • Connect over the Model Context Protocol and your agent gets three tools: check one user’s consent, check consent in bulk, and discover the purposes your notice actually defines.
  • Consent is checked per data field, not just per purpose, so an agent can be denied "email" while still being allowed "name."
  • Every agent check lands in the same audit trail as a human-initiated request, so agent access is never invisible.
Connect in one line
claude mcp add --transport http \
  privtrust https://<your-tenant>/api/v1/mcp

Authenticated with the same client credentials as the rest of the API. No separate agent-only backdoor.

Not running an agent? See the plain REST endpoint
Webhooks

Two-Way Integration With Your Systems.

Not a one-way fire-and-forget webhook. Your systems and ours stay in sync on both ends.

Register an endpoint per purpose

Point us at your system and map it to the specific consent purposes it should hear about. Nothing outside that mapping is ever sent your way.

Get consent events as they happen

Consent grants and withdrawals deliver to exactly the endpoints mapped to that purpose, in order, so your system stays in sync without polling.

Failures retry on their own

A brief outage on your side does not lose an event. Delivery backs off and retries automatically before anything is flagged for attention.

Your system reports back

Once your endpoint confirms it processed the event, that request auto-resolves on our side, so nothing sits open that you have already handled.

Flexible Integration

Fits Your Systems, At Your Own Pace.

privtrust.ai plugs into what you already run: bring your own tooling, integrate on your own timeline, and stay compliant the whole way through.

Bring Your Own Data Discovery

Connect the data-security and discovery (DSPM) tooling you already run to pull a live inventory of where sensitive data actually lives. Access and erasure requests then route automatically to the right data owner, with no manual data-mapping spreadsheet.

Vendor-neutral: bring your own DSPM tool, or work with one of our partners.

See how it fits the platform

Compliant on Day One, Automated on Your Terms

Every Data Subject Request can be fully resolved through a manual console workflow out of the box, with no integration required to go live compliant. Automate it system by system, at your own pace, wherever a webhook integration makes sense.

Manual and automated modes run side by side, per system.

See how it fits the platform

Privacy You Can Prove. Data You Can Protect.

privtrust.ai combines cryptographically verifiable compliance evidence with confidential-computing-grade data protection: one platform, not two vendors to stitch together.