shieldv2.0 SDK Now Available

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.
agent.ts
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

$0/mo
  • check1,000 evaluations/mo
  • checkFree compliance stress test
  • checkGDPR/CCPA regime included
  • checkNo credit card required
Start Free

Developer

$249/mo
  • check50,000 evaluations/mo
  • checkStandard Rulesets (PII, Harmful)
  • checkLocal SDK Access
  • checkReal-time Logging & Dashboard
Choose Developer
POPULAR

Growth / Agent

$499/mo
$0.02 / evaluation overage
  • 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
Scale with Growth

Pricing FAQ

Everything you need to know about our plans and billing.

Any transactional payload or agent tool call intercepted and validated by our SDK or Edge Proxy.

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).

Yes, Enterprise customers can define bespoke regulatory constraints. Developer and Growth tiers use our pre-compiled standard rulesets.

We offer a 'Free Sandbox' mode for local development and testing before moving to a paid subscription.

Ready to secure your agents?

$npm install @letscomplai/sdk