Integrations
Integrations
A list of platforms, services, and frameworks that Philterd's open source PII redaction toolkit integrates with. Every integration runs self-hosted inside your perimeter. Don't see the integration you need? Contact us and we'll work with you.
Data warehouses and query engines
| Platform | Products | Description | |
|---|---|---|---|
| Snowflake | Philter Phileas | Java UDF, external function, or ETL-stage redaction. Redact PII inside free-text columns without data leaving the Snowflake account. | |
| Apache Trino | Phileas | The <a href="https://github.com/philterd/phileas-trino-connector" target="_blank" rel="noopener noreferrer">Phileas Trino Connector</a>, now open source under Apache 2.0, makes PII redaction a SQL primitive across federated data sources. Drop the connector into your Trino cluster and call redaction functions in any query, joining and filtering on redacted columns the same way you would on plaintext. |
Streaming platforms
| Platform | Products | Description | |
|---|---|---|---|
| Apache Kafka | Philter Phileas | Three patterns: Kafka Streams with embedded Phileas, sidecar consumer/producer hitting the Philter API, or a Kafka Connect Single Message Transform. | |
| Amazon Kinesis | Philter Phileas | KCL/KPL integration with embedded Phileas for redaction before data lands in its destination. | |
| Amazon Kinesis Firehose | Philter | Lambda-based data transformation for real-time PII redaction during delivery to S3, Redshift, or OpenSearch. |
Search and analytics
| Platform | Products | Description | |
|---|---|---|---|
| OpenSearch | Search Redact for OpenSearch | The Search Redact plugin redacts PII and PHI from search results before they reach end users, using Phileas for detection. | |
| Elasticsearch | Search Redact for Elasticsearch | The Search Redact plugin redacts PII and PHI from search results before they reach end users, using Phileas for detection. | |
| Graylog | Phileas | Graylog has integrated Phileas natively for PII and PHI redaction in centralized log management. | |
| Splunk | Philter | Pre-ingest redaction for log pipelines. Redact PII before it reaches your Splunk index. | |
| Datadog | Philter | Pre-ingest redaction for observability pipelines. Strip PII from logs before they leave your perimeter. |
LLM and AI platforms
The Philter AI Proxy sits between your application and the LLM provider, redacting PII from prompts before they reach the provider.
| Platform | Products | Description | |
|---|---|---|---|
| OpenAI | Philter AI Proxy | Drop-in proxy for the OpenAI API. Change the base URL and PII is redacted from every prompt. | |
| Anthropic Claude | Philter AI Proxy | Drop-in proxy for the Claude API. Same base-URL swap, same redaction. | |
| Google Gemini | Philter AI Proxy | Drop-in proxy for the Gemini API. Same base-URL swap, same redaction. | |
| Ollama | Philter AI Proxy | Drop-in proxy for local LLMs via Ollama. Redact prompts to self-hosted models. | |
| LangChain | Philter Phileas | Redaction step in LangChain chains and RAG pipelines. Redact before you embed, retrieve, or generate. |
AI dev tools and MCP-aware clients
Philter MCP is an open source Model Context Protocol server that exposes Philter redaction as tools any MCP-aware client can call, directly inside an agent's tool loop.
| Platform | Products | Description | |
|---|---|---|---|
| Claude Desktop | Philter MCP | Add a short JSON block to claude_desktop_config.json and Philter's redaction tools appear in the tools menu. Redact text or files before they enter a conversation. | |
| Claude Code | Philter MCP | Register the server with a single claude mcp add command, then redact PII from inside your terminal-based agent sessions. | |
| Cursor | Philter MCP | Point Cursor's MCP configuration at philter-mcp to give the in-editor agent redaction tools. | |
| Continue | Philter MCP | Add philter-mcp as an MCP server so the Continue assistant can redact PII and PHI inline. | |
| Goose | Philter MCP | Connect philter-mcp as an extension so Goose can redact sensitive data during automated tasks. |
Vector databases
PII should be redacted before text is embedded and stored. These vector databases work with the redact-before-embed pattern documented in the privacy-aware RAG guide.
| Platform | Products | Description | |
|---|---|---|---|
| Chroma | Philter Phileas | Self-hosted, open source vector database. Redact before embedding for privacy-safe RAG. | |
| Qdrant | Philter Phileas | Self-hosted vector search engine. Pair with Philter for PII-free embeddings. | |
| Milvus | Philter Phileas | Self-hosted, scalable vector database for large-scale RAG deployments. | |
| pgvector | Philter Phileas | Vector search as a PostgreSQL extension. No new infrastructure required. | |
| OpenSearch k-NN | Phinder | Vector search within your existing OpenSearch cluster. |
Cloud object storage
| Platform | Products | Description | |
|---|---|---|---|
| Amazon S3 | Phinder Philter | PII discovery via Phinder crawl, plus event-driven redaction with Macie, Lambda, and Philter. | |
| Google Cloud Storage | Phinder | PII discovery crawl across GCS buckets. | |
| Azure Blob Storage | Phinder | PII discovery crawl across Azure Blob containers. | |
| Local filesystems | Phinder | Scan local directories and network mounts for sensitive data. |
Cloud marketplaces
Deploy Philter with one click into your own cloud account. Per-instance-hour billing, no procurement contract.
Monitoring and alerting
| Platform | Products | Description | |
|---|---|---|---|
| PagerDuty | Phield | Alert destination for PII trend deviations. Get paged when entity counts spike. | |
| Slack | Phield | Alert destination for PII trend deviations. Notifications in your team channel. | |
| MongoDB | Phield | Time-series storage for PII counts. Optional: Phield falls back to in-memory when MongoDB is not available. | |
| Apache Kafka | Phield | Ingestion source for PII type counts. Publish counts to a Kafka topic for Phield to consume. |
CI/CD and developer workflow
| Platform | Products | Description | |
|---|---|---|---|
| GitHub Actions | Philter Scope Philter | PII scanning on pull requests and policy regression tests in CI. Fail the build when accuracy drops. | |
| GitLab CI | Philter Scope | Policy regression tests in GitLab CI pipelines. | |
| Pre-commit hooks | Philter | Catch PII before it enters version control. Scan staged files on every commit. |
Infrastructure as code
| Platform | Products | Description | |
|---|---|---|---|
| AWS CloudFormation | Philter | Templates for single-instance and auto-scaled Philter deployments on AWS. | |
| Terraform | Philter | Terraform scripts for Philter deployment on AWS. | |
| Docker | All | Container images for every Philterd tool. Pull and run with no build step. | |
| Kubernetes | Philter Phileas | Stateless horizontal scaling via K8s. Deploy as many replicas as your throughput requires. |
SDKs and client libraries
Embed redaction directly in your application with no network hop. Full details on the packages page.
| Platform | Products | Description | |
|---|---|---|---|
| Java | Phileas Philter | phileas-core (embedded library) and philter-sdk-java (API client). | |
| Python | Phileas | phileas-python for embedded PII redaction in Python applications. | |
| .NET | Phileas Philter | Phileas.NET (embedded library). Call the Philter API from .NET via the OpenAPI specification. | |
| Go | Philter | Call the Philter API from Go via the OpenAPI specification. |
Government and air-gapped deployments
Philter runs in FedRAMP-authorized environments and fully disconnected networks with no outbound dependencies.
| Platform | Products | Description | |
|---|---|---|---|
| AWS GovCloud | Philter | FedRAMP Moderate and High impact levels. Deploy Philter into GovCloud regions. | |
| Azure Government | Philter | FedRAMP-compliant deployment in Azure Government regions. | |
| Air-gapped / on-prem | Philter | Self-contained Docker images with no external calls. Runs in classified and disconnected environments. |
Migration from other tools
Switching from a managed PII detection service? These guides cover the API translation, cost comparison, and cutover process.
| Platform | Products | Description | |
|---|---|---|---|
| AWS Comprehend | Philter | Side-by-side API translation, TCO comparison, and shadow-mode cutover checklist. | |
| Google Cloud DLP | Philter | TCO comparison at different volume tiers. Per-instance vs. per-character pricing. | |
| Microsoft Presidio | Philter Phileas | Feature comparison, language coverage, and deployment model differences. |