The Toll Road for the Agentic Web

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.

Classify every request: human, verified agent, scraper, or hostile bot
Toll road billing for agent traffic — launching Q4 2026
Govern access: allow, challenge, throttle, or block — by trust score
Agent Toll Road
Who pays, who passes, who's blocked
Example flow
GoogleBot on /blog
Verified search engine · Trust: 95
Free lane
GPT-crawler on /api/products
Declared agent · Trust: 72 · Controlled access
Allowed ✔
AI assistant on /api/checkout
Premium tier · Trust: 88 · Full API access
Governed ✔
Unknown scraper on /api/data
Hostile · Trust: 6 · Datacenter IP
Blocked
Core platform

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.

Toll road tiers

Four lanes. You set the rules and the prices.

Free Lane

Verified search bots, monitoring services

Auto-allowFree

Standard Lane

Declared AI agents with read access

Controlled access (billing live)TBA

Premium Lane

Full API access, write operations, bulk data

Controlled access (billing live)TBA

Blocked

Hostile bots, unverified scrapers, abuse

Deny access
Platform capabilities

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.

How it works

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.

Toll Road Lanes
Free lane — humans + verified search bots
Standard lane — declared agents (per-request pricing)
Premium lane — write/bulk access (per-request pricing)
Blocked — hostile bots, unverified scrapers
01

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.

02

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.

03

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.

04

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.

Interactive Demo

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

Trust Decision
Premium Lane
Classify
hostile agent
Score
24
Price
$0.003
Action
block
Trust Score
24
Toll Lane
Premium
Per-Request Price
$0.003
Actor Type
suspicious automation
Governance Mode
blocked
Risk Signals (4)
datacenter_networkimpossibly_fast_submissionagentic_traffic_signatureunauthenticated_autonomous_access
API Response
{
  "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"
  ]
}
Developer experience

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();
New category

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.

Capability
CheckHumansCheckHumans
TollBit
AWS WAF AI Monetization
Cloudflare Turnstile
Classify humans vs AI agents vs bots
Monetize agent traffic (toll road)
Trust-based dynamic pricing
Behavioral trust scoring (mouse, keys)
Per-route agent access policies
Verified agent program
Traffic analytics dashboard
Simple API (< 5 min integration)
Affordable for SMB & startups
Works without vendor lock-in
Use cases

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.

FAQ

Questions about the agent toll road.

CheckHumans is an Agent Trust Gateway — the infrastructure layer that classifies, governs, and controls AI agent traffic on your website or API. Think of it as a toll road for the agentic web: humans pass free, verified agents get controlled access, and hostile bots are blocked. Agent billing and toll road monetization are live.

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.

Start free — no credit card required

Full platform access — classification, trust scoring, agent governance, toll road monetization, and analytics. Free plan includes 5K events/month.