Skip to content
@sentinelsup

sentinelsup

Sentinel

Sentinel

Real-time fraud detection that stops VPNs, residential proxies, antidetect browsers, and AI bots — in under 40 ms.

Website · API Docs · Blog · Free API Key


What is Sentinel?

Sentinel is a fraud detection API built for teams who've outgrown IP blocklists.

Modern attackers don't use datacenter VPNs anymore — they rent residential proxies, spoof browser fingerprints with Kameleo/GoLogin, and run automation at scale. Tools built around IP reputation (IPQS, SEON, Sift) miss ~70% of that traffic.

Sentinel combines network analysis with device fingerprinting to catch what they can't:

  • 🏠 Residential proxy detection — BrightData, Smartproxy, IPRoyal, ShadowNode
  • 🎭 Antidetect browser tampering — Kameleo, GoLogin, AdsPower, Multilogin
  • 🤖 Bot & automation detection — Puppeteer, Playwright, Selenium, agentic AI
  • 🆔 Persistent visitor ID — survives incognito, VPN switching, cookie clears
  • 🌍 <40 ms p95 globally — runs in your critical path without slowing it down

Free forever

  • 1,000 API requests per hour
  • No credit card required
  • Full feature access (not a gimped free tier)

Get a key in 2 minutes

Quick start

npm install @sentinel/sdk
const Sentinel = require('@sentinel/sdk');
const sentinel = new Sentinel({ apiKey: process.env.SENTINEL_KEY });

const result = await sentinel.evaluate({ token: req.body.sentinelToken });
if (result.isSuspicious) return res.status(403).end();

Where Sentinel fits

Use case What it stops
Stripe checkout Card testing, chargeback-prone sessions
Shopify drops Sneaker bots, scalpers, scrapers
SaaS signup Multi-accounting, bonus abuse, fake Google sign-ins
Fintech KYC Synthetic identities, proxy-masked applications

Comparisons

Stay in the loop


© Sentinel Edge Networks LTD — London, UK

Popular repositories Loading

  1. .github .github Public

    Sentinel — real-time fraud detection API

  2. sentinel-node sentinel-node Public

    Official Node.js SDK for Sentinel — real-time fraud detection API

    JavaScript

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…