Skip to content

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.

CLI & API

Get started in minutes

Use the same REST API you know from the SDK, now with managed authentication and workspace-scoped access.

Terminal
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
  }'
Core Capabilities

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.

SDK vs Connect

Choose the right path for your team

Open-source SDK for local-first control, Connect for managed detection and policy enforcement via REST API.

CapabilityOpen-source SDKFastPII Connect
DetectionLocal regex + validatorsManaged detection via REST API
InfrastructureSelf-hosted (Python package)Fully managed SaaS
AuthenticationNone (local)API key + workspace isolation
Governance & auditManual integrationBuilt-in policy engine and audit trail
PricingFree (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.