Now accepting founding members

LLM guardrails
that just work

PII detection, toxicity scoring, prompt injection defense. One API call.

Join the Waitlist
POST /v1/guard
// Input
"My SSN is 123-45-6789"
// Output
"My SSN is [REDACTED]"
✓ PII detected ✓ Toxicity: 0.02 ✓ Injection: clean

Enterprise-grade AI safety

PII Detection

Credit cards, SSN, IBAN, emails, phone numbers. Powered by Microsoft Presidio + spaCy.

Toxicity Scoring

5 categories: toxic, severe_toxic, obscene, threat, insult. Real-time Detoxify analysis.

Prompt Injection Defense

11 regex patterns + heuristics. Catch attempts to override system prompts.

Jailbreak Detection

Identify attempts to bypass AI safety guidelines. Pattern + semantic analysis.

Schema Validation

Ensure LLM outputs match your expected structure. Pydantic-powered validation.

How it works

1

Sign up

Get your API key in seconds. Free tier included.

2

Guard your LLM

POST /v1/guard

POST /v1/guard with your text. Choose which guards to run.

3

Ship with confidence

Block, flag, or redact. Configurable actions per guard.

See it in action

Watch guardrails protect your LLM in real-time

Input (with PII)
"My name is John Smith, email john@company.com, SSN 123-45-6789."
Output (sanitized)
"My name is [PERSON], email [EMAIL], SSN [SSN]."
PII: 3 entities found
Action: redacted
Latency: 45ms
Request
POST /v1/guard { "text": "My SSN is 123-45-6789", "guards": ["pii", "toxicity", "injection"], "actions": { "pii": "redact" } }
Response
{ "safe": true, "sanitized": "My SSN is [SSN]", "guards": { "pii": { "detected": true, "entities": ["SSN"] }, "toxicity": { "score": 0.02, "safe": true }, "injection": { "detected": false } }, "latency_ms": 45 }

Founding Member Offer

Join the waitlist before launch and lock in

35% off forever

This discount applies to any paid plan and never expires. Only for early supporters.

Simple, transparent pricing

Founding member prices shown. Lock them in by joining the waitlist.

Free

$0 /mo

For trying things out

  • 5,000 checks/mo
  • Basic guards
  • Community support

Starter

$49 $32 /mo

For small projects

  • 50,000 checks/mo
  • All guards
  • Email support
  • Custom thresholds

Pro

$99 $64 /mo

For growing products

  • 500,000 checks/mo
  • All guards + custom thresholds
  • Priority support
  • Webhooks & analytics

Business

$199 $129 /mo

For teams at scale

  • Unlimited checks
  • All features + SLA
  • Dedicated support
  • On-prem available

All prices are in US Dollars (USD)

Get early access

Join the waitlist and be the first to know when GuardPost launches.