SDK integration
2 of 6 packs enabled — copy this into your agent
import peekr
peekr.instrument(
exporter=peekr.HTTPExporter(
endpoint="https://peekr.starkspherelabs.com",
api_key="pk_live_…",
),
compliance=["HIPAA", "FDCPA"],
)Custom rules
Define your own blocked terms, patterns, and required disclosures.
Blocklist · blocks: AcmeRival, CompetitorX
Required phrase · must include: “connect you with a specialist”
Sign in to add your own rules — they ship to the SDK without a redeploy.
Regulatory compliance packs2/6 enabled
Patterns maintained by Peekr — updated without SDK redeploys
Blocks PHI leakage in prompts and completions: names + diagnosis pairs, MRNs, insurance IDs. Redacts before storage so traces stay audit-safe.
compliance=["HIPAA"]
Flags threats, harassment language, false urgency, and third-party disclosure in collection-agent outputs. Required disclosures checked per call.
compliance=["FDCPA"]
Catches guarantees of returns, unbalanced claims, and missing risk disclosures in investor-facing copy.
compliance=["FINRA"]
Detects EU personal data in prompts, enforces minimization, and tags spans for right-to-erasure workflows.
compliance=["GDPR"]
Requires AI-disclosure language in user-facing outputs and logs decisions for conformity documentation.
compliance=["EU_AI_ACT"]
UAE federal data-protection rules: consent references, cross-border transfer flags, Arabic-name PII patterns.
compliance=["UAE_PDPL"]
Toggles are live in your own project — start free with 10k spans/month.