ClientCommit

Privacy Policy

Last updated: March 9, 2026

Overview

ClientCommit processes client contracts to extract obligations, deliverables, invoices, and renewal dates. Privacy is not an afterthought — it is built into the core architecture. Your contracts are anonymized before any text reaches an AI model.

Data We Collect

How We Process Contracts (Anonymization Pipeline)

This is the most important part of our privacy story. Here is exactly what happens when you upload a contract:

  1. Text extraction — Text is extracted locally from your PDF using pdfplumber. The raw file never leaves our servers.
  2. PII detection and replacement — We run the extracted text through Microsoft Presidio with a SpaCy NLP model. This runs entirely on our servers — no third-party service is involved. Every piece of personally identifiable information is replaced with a placeholder like [COMPANY_A] or [PERSON_1].
  3. AI processing — Only the anonymized text is sent to our AI provider (Anthropic Claude API). The AI never sees real names, emails, phone numbers, or addresses.
  4. Local restoration — After the AI returns structured data, we restore the real values locally using the entity mapping we kept on our servers.

What we anonymize:

Person names, company names, email addresses, phone numbers, and physical addresses.

What we do NOT anonymize:

Dollar amounts and dates — these are needed for obligation and revenue extraction. Dollar amounts and dates are not personally identifiable information.

AI Provider Data Handling

We use Anthropic's commercial Claude API. Under Anthropic's commercial API terms:

Even so, the text Anthropic receives has already been stripped of all PII. There is nothing to misuse.

Data Storage & Encryption

Tenant Isolation

Every query to the database is scoped to your organization using Postgres Row Level Security (RLS). This is enforced by the database engine itself, not by application code. Even if there were a bug in our application layer, the database would still prevent cross-tenant data access.

Data Retention & Deletion

Third-Party Services

We use a small number of third-party services. None of them receive raw contract text.

We do not use analytics or tracking services that receive contract data.

Your Rights

For any privacy-related requests, contact us at privacy@clientcommit.com.

Changes to This Policy

If we make material changes to this policy, we will notify you via email before the changes take effect. Minor clarifications or formatting updates may be made without notice.