Skip to content

AegisTextPrivacy infrastructure for production text pipelines

A precision redaction layer for teams that need to remove sensitive data before it reaches LLMs, RAG pipelines, search indexes, or classifiers.

Documentation

Public API

http
POST /v1/redact

Use /v1/redact to transform raw text into redacted_text before sending it downstream.

Who this is for

  • Teams sending customer text to external LLMs
  • Products building RAG on internal documents or support logs
  • Engineering teams that need privacy-safe prompts without redesigning existing systems
  • Organizations that need a practical redaction layer before search, indexing, or classification

Common workflows

Support log summarization

Send support notes to /v1/redact, then forward redacted_text to an LLM summarizer.

RAG preprocessing

Redact sensitive spans before indexing text into a vector store or search layer.

Prompt filtering

Apply placeholder-based redaction before prompts reach downstream models.

Start paths

AegisText public documentation draft.