Talk to the Team

Tell us about your stack and the privacy problems you're trying to solve. We typically respond within one business day.

Prefer email? support@philterd.ai

Prefer to skip the form? Pick a time on our calendar →
or send a message

Please do not enter PII or PHI in this form. If you need to share an example, use a sanitized one.

For developers

Build with the Philter PII redaction API and SDKs

Self-host the open source Philter redaction API, drop the Java SDK into your app or call it from any language via the OpenAPI spec, and deploy from Docker or your cloud marketplace.

Deploy

From zero to a running redaction service in minutes.

Arbiter via Docker

Human-in-the-loop review surface. Pulls down and runs locally in seconds.

$ docker pull philterd/arbiter:latest
$ docker run -p 8080:8080 philterd/arbiter:latest
# open http://localhost:8080

Arbiter docs →

From source

All projects are Apache 2.0. Clone, build, run.

$ git clone https://github.com/philterd/philter
$ cd philter && ./mvnw spring-boot:run

All philterd repos →

Embed in your own code

Client libraries that talk to Philter, plus the Phileas redaction library you can embed directly. See full SDK details →

Tools by job

Pick the right project for the problem you're trying to solve.

Redact text in a pipeline
Philter →
Embed redaction in your own code
Phileas →
Find PII across files and storage
Phinder →
Monitor PII flow and get paged on anomalies
Phield →
Redact prompts before they hit OpenAI / Anthropic
Philter AI Proxy →
Redact PII before sending to an LLM (chat, RAG, agents)
Redact PII in RAG and agent pipelines →
Human review of automated detections
Arbiter →
Score a redaction policy on precision and recall
Philter Scope →
Run safe aggregate analytics over PII counts
Philter Diffuse →
Get the AI / NLP models that detect entities
PhEye →
Author and edit policies visually
Redaction Policy Editor →

Read the code

All projects available under github.com/philterd.

MCP server Python

Philter MCP

MCP server that exposes Philter's PII and PHI redaction as tools for Claude Desktop, Claude Code, Cursor, and other MCP-aware clients. Redact inside the agent's tool loop, with no integration code.

Star 1
Human review Java

Arbiter

Human-in-the-loop PII redaction. Search, review, and override automated detection decisions with structured exemption codes. Built for AI training-data prep and regulated everyday workflows.

Star 1
Query language Java

PhiSQL

Declarative query language for PII operations. Write readable redaction policies as code that compile to the standard Phileas JSON schema.

Star 1

Contribute

The roadmap, the issues, the conversations: all in the open.

Good first issues across philterd

No "good first issue" tickets are open right now. Nice problem to have. Browse the repos directly for other ways to contribute, or open an issue with your idea.

Full community page →