Quickstart
This guide gets Border running in your Node.js application.1. Install
2. Initialize
Add a single import at the top of your entry file:fetch() and http.request() calls are now monitored.
3. Configure Destinations
Define what PII types are allowed for each destination:4. Test with Dry-Run
Start in dry-run mode to see what would be redacted without modifying requests:Example Output
5. Enable Protection
RemovedryRun to enable live redaction:
What Gets Detected
Border detects 20+ PII types including:| Category | Types |
|---|---|
| Financial | Credit cards, IBAN, ABA routing |
| Personal | Email, phone, SSN, passport |
| Credentials | AWS keys, Stripe keys, GitHub tokens, JWTs |
| Network | IPv4, IPv6, MAC addresses |