Inline Compliance for Autonomous AI Agents.
Regulation-as-Code middleware to block spending overruns, prompt injections, and compliance breaches before they happen. Build secure agents with confidence.
Local SDK: Zero Trust by Default
Redact PII/PHI *before* it leaves your infrastructure. The LetsCompl local SDK runs lightweight regex-based redaction locally by default, ensuring sensitive data never hits our servers or your LLM provider unless you explicitly opt out.
- check_circleSub-millisecond latency for local redaction.
- check_circleRedaction runs by default — send raw data only with an explicit opt-out.
import { LetsComplaiClient } from '@letscomplai/sdk';
const client = new LetsComplaiClient({ apiKey });
const rawPayload = { prompt: "Analyze patient John Doe, SSN 000-00-0000." };
// redactLocal() redacts locally — no network call, no data leaves your process
const { redacted } = client.redactLocal(rawPayload);
// redacted.prompt === "Analyze patient [NAME], SSN [REDACTED]."Simple, Transparent Pricing
Designed for builders. Scale as you grow.
Sandbox
- check1,000 evaluations/mo
- checkFree compliance stress test
- checkGDPR/CCPA regime included
- checkNo credit card required
Developer
- check50,000 evaluations/mo
- checkStandard Rulesets (PII, Harmful)
- checkLocal SDK Access
- checkReal-time Logging & Dashboard
Growth / Agent
- add_circleAll Developer tier features
- checkUp to 250,000 evaluations/mo
- checkAdvanced rulesets (FinCEN, AML)
- checkMulti-model validation (Sonnet)
- checkCross-border transaction monitoring
- checkPriority webhook alerts
Pricing FAQ
Everything you need to know about our plans and billing.
help_outlineWhat counts as an evaluation?
Any transactional payload or agent tool call intercepted and validated by our SDK or Edge Proxy.
help_outlineHow do overages work?
If you exceed your monthly limit, we continue to secure your agents at a metered rate ($0.05/eval on Developer, $0.02/eval on Growth).
help_outlineCan I create custom rulesets?
Yes, Enterprise customers can define bespoke regulatory constraints. Developer and Growth tiers use our pre-compiled standard rulesets.
help_outlineIs there a free trial?
We offer a 'Free Sandbox' mode for local development and testing before moving to a paid subscription.