Managed SaaS Client
FastPII Connect
The managed SaaS client for teams that need API key authentication, managed detection, and policy-driven protection without running their own infrastructure.
Get started in minutes
Use the same REST API you know from the SDK, now with managed authentication and workspace-scoped access.
curl https://api.fastpii.com/api/v1/detect \
-H "Authorization: Bearer $FASTPII_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Customer email: john@example.com, phone: +420 777 123 456",
"include_confidence": true
}'Managed security without the infrastructure
FastPII Connect handles the heavy lifting so you can focus on building.
Managed detection
Use the same detection engine behind the REST API with no local setup or model hosting required.
API key authentication
Authenticate requests with scoped API keys tied to your workspace and provider routing.
Policy-driven protection
Apply the same detect, protect, govern, and audit model to managed traffic through your workspace policies.
REST API access
Connect to the same /api/v1/detect and /api/v1/protect endpoints you already know from the SDK and gateway.
Choose the right path for your team
Open-source SDK for local-first control, Connect for managed detection and policy enforcement via REST API.
| Capability | Open-source SDK | FastPII Connect |
|---|---|---|
| Detection | Local regex + validators | Managed detection via REST API |
| Infrastructure | Self-hosted (Python package) | Fully managed SaaS |
| Authentication | None (local) | API key + workspace isolation |
| Governance & audit | Manual integration | Built-in policy engine and audit trail |
| Pricing | Free (Apache 2.0) | Free tier + usage-based |
Ready to get started?
Start with the open-source SDK for local-first control, or use Connect for managed detection and policy-driven protection through the REST API.