Powered by RiskSignal Intelligence

Bots Pay. Human Pass.

Blocked 92% of bot signups without CAPTCHAs. Render sub-50ms trust decisions using infrastructure and behavioral signals. One endpoint. One decision.

SIGNAL_IN
/
SENTINEL_GATE
/
DECISION_PROCESSED

Why Traditional Security is Broken

Legacy Blacklists

Brittle databases that fail against dynamic threats and automated infrastructure rotation.

Naïve Rate Limiting

A blunt instrument that degrades legitimate user experience while failing to stop sophisticated bots.

Static CAPTCHAs

User-hostile challenges that are easily defeated by modern AI and low-cost labor farms.

Stop guessing. Get 99.9% verification accuracy in under 50ms.

How Sentinel Works

A simple API check that validates requests based on infrastructure and behavioral identity.

1

Request

User hits your API

2

Fast-Path Check

In-memory signals (<50ms)< /p>

3

Decision

Immediate PASS/BLOCK

4

Enrichment

Async deep analytics

5

Trust Token

+35 bonus for verified sessions

One endpoint. One decision.

Multi-Layer Intelligence Matrix

Powered by RiskSignal Intelligence

Infrastructure Analysis

OSI-LAYER-SIGNAL

  • ASN Governance Verification
  • Datacenter vs. Residential Partitioning
  • Mobile Carrier Identification Matrix
Level 0: HARD

Behavioral Synthesis

TEMPORAL-SIGNAL

  • Velocity Entropy Tracking
  • Sub-minute Scan Pattern Matching
  • Global Threat Node Integration
Level 1: ENRICHED

Economic Resistance

INTENT-SIGNAL

  • Behavioral Work Tokens (BWT)
  • Non-interactive Proof of Intent
  • Deterministic Hold Verifications
Level 2: ADAPTIVE

Optional, Decoupled Verification

Sentinel Optional Challenge Architecture (SOCA)

Recommended, Never Forced

You control when and how challenges appear

Stateless & Signed

No database persistence required

+35 Trust Bonus

Verified sessions get instant trust recovery

Issue
Complete
Trust Token
Decision Boost
Powered by RiskSignal Intelligence

Sentinel Verify – Intent Proof in Action

Works on desktop (click) and mobile (touch)

Verifying this request

Unusual network activity detected.

Verify request
Click and hold to continue

This takes a few seconds

Live Trust Synthesis

See how Sentinel renders a trust decision in real-time.

API Reference (v1)

POST

/v1/check?mode=decision

Primary trust decision endpoint

{
  "target": "8.4.2.1",
  "profile": "signup"
}
POST

/v1/challenge/issue

Generate behavioral work challenge

{
  "target": "8.4.2.1",
  "duration": 3.0
}
POST

/v1/challenge/verify

Verify and issue trust token

{
  "target": "8.4.2.1",
  "nonce": "..."
}
View Full Documentation →

5-Minute Integration

Node.js / Express
const res = await sentinel.check(ip, { profile: 'signup' });

if (!res.allow) {
    if (res.remediation?.recommended) {
        return res.status(res.http_status).json({
            action: "challenge",
            challenge_url: "/verify"
        });
    }
    return res.status(res.http_status).send(res.reason);
}

Developer-Friendly & GDPR Ready

RFC1918 Auto-Fast-Track

Local IPs never blocked

CI/CD Bypass Header

X-Sentinel-Bypass for testing

Privacy Mode

Redact granular geo-data

Stateless RAM Cache

20-minute LRU TTL, no persistence

92%
Bot Signups Blocked
<50ms
Decision Latency
0
User-Hostile CAPTCHAs

Start Using Sentinel Today

Join developers protecting their APIs with clear, signal-based trust decisions.