Introduction to NymAI
NymAI is a developer-first privacy firewall designed to secure your AI workflows. By redacting sensitive data (PII, API keys, secrets) locally before requests ever leave your infrastructure, NymAI ensures compliance with SOC2, GDPR, and HIPAA without sacrificing the utility of LLMs.
100% Local Processing
Your data never touches our servers. The redaction engine runs entirely within your perimeter or VPC.
Zero Latency Overhead
Written in Rust, our core engine adds less than 5ms latency to your typical API request pipeline.
How it works
NymAI acts as a transparent proxy or SDK wrapper. When you send a prompt to an LLM provider (like OpenAI or Anthropic), NymAI intercepts the payload, identifies sensitive patterns using configurable regex and NER models, and replaces them with reversible tokens.
Installation
You can install the core SDK via npm, or run the CLI tool directly.
npm install @nymai/core