/agents

For AI agents & developers

5 lines.
0 crosswalks.

Multi-signal liveness. Sub-50ms uniqueness check across 100k+ vectors. MCP server with 34 tools. Drop in, validate, ship — the docs take longer than the integration. No marketing past this point.

$ verifyhuman --bench

all numbers verifiable

INTEGRATION3 lines~60s typical
UNIQUENESS_P95<50ms100k vectors · HNSW · D003
PASSIVE_PASS_RATE~80%no user interaction
WIDGET_LOAD<2s1.5MB MediaPipe WASM
IMAGE_STOREDfalsegeometric only · D005
PII_MINIMIZEDtruedevice + IP for fraud · see /privacy
MCP_TOOLS3411 categories · listed below
# targets — validated quarterly, not yet measured
TARGET_BOT_RATE>95%validated quarterly
TARGET_FPR<2%validated quarterly

Numbers are sourced or labeled as targets. Audit them in your own console — the SDK is in your node_modules by the time you've read this.

QUICK INSTALL

SDK · TypeScript

npm install @verifyhuman/sdk

Browser detection, payload signing, React component.

MCP · Python

pip install verifyhuman-mcp
verifyhuman-mcp

Spawns an MCP server agents can wire into.

REST · curl

curl https://vhuman.riwi.com/api/v1/health

Public health probe. Auth required for the rest.

MCP TOOLS

34 tools · 11 categories

mcp inspect verifyhuman-mcp

[verification]
list_verifications, get_verification
[projects]
list_projects, get_project, create_project, provision_project_with_key
[api_keys]
list_api_keys, create_api_key, revoke_api_key
[webhooks]
list_webhooks, create_webhook, update_webhook, delete_webhook, test_webhook
[widget_config]
get_widget_config, set_widget_mode
[analytics]
get_analytics
[organizations]
get_organization, list_organizations, get_quota
[signing_keys]
get_signing_key_info, rotate_signing_key
[demo_and_questions]
create_demo_key, list_question_events
[server_side (VH-Lite)]
lite_integration_guide, lite_create_project, lite_set_thresholds, lite_score_test_call, lite_get_config, lite_stats, lite_simulate_threshold, lite_ground_truth, lite_threshold_recommendations
[diagnostics]
mcp_ping

SDK EXAMPLE · TYPESCRIPT

import { VerifyHuman } from '@verifyhuman/sdk/react';

<VerifyHuman
  siteKey={process.env.NEXT_PUBLIC_VH_SITE_KEY}
  mode="standard"          // invisible | captcha | standard | full_security
  onVerify={(result) => {
    // result.token         — JWT, send to your backend
    // result.verdict       — PASS | CHALLENGE | FAIL
    // result.scores        — { liveness, uniqueness, authenticity }
    // result.demographics  — server-confirmed age + gender (optional)
  }}
  onError={(err) => {
    // err.code             — CAMERA_DENIED | NO_FACE | NETWORK_ERROR | …
  }}
/>

Vanilla JS, React component, and a UMD CDN build available. Full reference at /docs/sdk.

REFERENCE

FOR LLM CRAWLERS

A structured plain-text summary lives at /llms.txt. Pricing, integration paths, privacy posture, and canonical doc URLs — ready to ingest, no scraping required.