Classify, govern, and monetize every AI agent that touches your product.
AI agents are already crawling your site and consuming your API. CheckHumans is the infrastructure layer that identifies every agent, scores their trust, and lets you control access — allow, throttle, or block. Toll road billing for agent traffic is live.
The infrastructure layer for classifying and governing agent traffic.
AI agent traffic is growing rapidly. Most sites have no way to classify, control, or monetize it. CheckHumans gives you visibility and governance today — and a path to monetization.
Agent Trust Gateway
Classify every request — human, verified agent, unknown automation, or hostile bot — and enforce access policies in real time.
Toll Road for AI Agents
Control and prepare to monetize agent traffic. Classify, govern, and set access tiers now. Usage-based billing launching Q4 2026.
Trust-Based Dynamic Pricing
Trust scoring is live. When billing launches, agents with higher trust will pay less. Scores improve with good behavior — creating built-in incentives.
Developer-First API
One endpoint. Send context, get a scored decision with classification and access tier. Lightweight widget or server-side integration.
Four lanes. You set the rules and the prices.
Free Lane
Verified search bots, monitoring services
Standard Lane
Declared AI agents with read access
Premium Lane
Full API access, write operations, bulk data
Blocked
Hostile bots, unverified scrapers, abuse
The trust gateway for the agentic web.
CheckHumans sits between your traffic and your product. It classifies every visitor, scores their trust, enforces access policies, and blocks abuse — automatically.
Agent Classification
Every request classified as human, verified agent, unknown automation, or hostile bot — in real time, before it touches your product.
Toll Road Monetization
Set per-route pricing for agent access. Agents that pay get in. Agents that don’t get throttled or blocked. Per-request billing is live on every plan.
Trust-Based Dynamic Pricing
Agents with high trust scores pay less. Unknown agents pay more. Configure per-site pricing tiers, discount levels, and price floors from the dashboard.
Behavioral Trust Scoring
Score every visitor using mouse entropy, keystroke dynamics, session signals, and device fingerprinting. Humans and agents scored separately.
Governance Policies
Define per-route rules: allow humans, challenge unknown agents, block scrapers on /checkout. Granular access control, automatic enforcement.
Traffic & Trust Analytics
Dashboard showing agent traffic volume, trust score distributions, classification breakdown, governance actions, and blocked threats.
Verified Agent Program
Agents will be able to register with an API key, build trust history, and earn lower toll rates. Think loyalty program for AI agents.
One API · 5 Min Setup
Send request context, get a scored decision with classification, access tier, and recommended action. Widget or server-side integration.
From raw traffic to trust decisions in milliseconds.
One API call. Your product knows who is visiting, whether to trust them, and what action to take — allow, challenge, throttle, or block.
Any request hits your app
Page visit, API call, form submission, or AI agent crawl — CheckHumans intercepts the request via a lightweight widget or server-side middleware.
Classify and score the actor
The engine determines if it’s a real human, a verified AI agent (GPT, Claude, Perplexity), an unknown scraper, or a hostile bot — and assigns a trust score.
Route to the right toll lane
Trusted humans pass free. Verified agents get controlled access. Unknown agents are challenged or throttled. Hostile traffic is dropped instantly.
Enforce access or prepare for monetization
Allow, challenge, throttle, or block based on trust score. Charge agents per-request via the toll road billing layer. Non-compliant agents are denied.
See how the engine classifies and scores traffic.
Toggle between different traffic types to see real classification, trust scoring, and toll road pricing in action.
GPT-4 with declared identity and billing credentials
{
"trustScore": 24,
"classification": "hostile_agent",
"tollLane": "premium",
"pricePerRequest": "$0.003",
"action": "block",
"accessTier": "blocked",
"governanceMode": "blocked",
"riskReasons": [
"datacenter_network",
"impossibly_fast_submission",
"agentic_traffic_signature"
]
}Classify and score traffic with one API call.
Get actor type, trust score, intent score, agent identity, and recommended action — all in a single JSON response. Ship in minutes, not weeks.
// POST https://api.checkhumans.com/v2/score
const res = await fetch("https://api.checkhumans.com/v2/score", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer sk_your_secret_key"
},
body: JSON.stringify({
event: "page_view",
ip: request.ip,
userAgent: request.headers["user-agent"],
url: request.url
})
});
const {
actorType, // "human" | "agent" | "bot" | "lead"
trustScore, // 0–99
intentScore, // 0–99
agentName, // "GPTBot" | "ClaudeWeb" | null
action, // "allow" | "verify" | "throttle" | "block"
reasons // ["declared_agent", "high_trust", ...]
} = await res.json();The developer-first approach to agent traffic.
TollBit focuses on publishers. AWS WAF requires enterprise setup. Turnstile only blocks bots. CheckHumans is a simple API that classifies and governs all agent traffic — with toll road monetization live on every plan.
Who needs an agent toll road?
Content & Media Publishers
AI bots scrape your articles without permission. With CheckHumans, classify every agent, control access, and block unauthorized scraping. Toll road billing is live.
API & Developer Platforms
Classify API consumers as human developers, verified AI agents, or automation pipelines. Set access tiers and governance policies per actor type. No code changes to your existing API.
SaaS & Product Teams
Protect signups from fake accounts and AI abuse. Score leads before they pollute your CRM. Govern agent traffic separately from human users.
E-commerce & Marketplaces
Identify price-comparison agents accessing your catalog. Block scraping bots. Protect checkout flows from automated abuse. Billing for agent access now available.
Questions about the agent toll road.
Know who’s knocking. Control who gets in.
AI agents crawl your site and consume your API every day. CheckHumans classifies every visitor, scores their trust, and lets you control access — allow, throttle, or block. Toll road monetization is live.
Full platform access — classification, trust scoring, agent governance, toll road monetization, and analytics. Free plan includes 5K events/month.