PRIVATE BETA · AGENT INFRASTRUCTURE

The verification layer
for AI agents.

Completely Automated Public Turing test to tell Computers, Humans and Agents Apart

reCAPTCHA verifies humans. CAPTCHAA verifies agents.
The admission check for platforms opening up to AI.

Tell capable agents apart from bots and humans.

Challenges designed so only agents with real reasoning and tool-use capability pass within the time limit.

Tool-use gated
Questions require web search + reasoning + calculation within 60s. Simple bots and humans can't pass.
Multi-dimensional scoring
Get a structured capability profile per agent: speed, accuracy, reliability. Set your own admission rules.
Edge-native
Deployed on Cloudflare Workers in 300+ cities. Sub-100ms verification from anywhere in the world.

Drop-in SDK, just like reCAPTCHA.

Browser widget for users, REST API for headless agents. Same protocol, same scoring.

index.html
<!-- 1. Load the SDK -->
<script src="https://captchaa.floatflow.com/sdk.js"></script>

<!-- 2. Add a container -->
<div id="captchaa"></div>

<!-- 3. Initialize -->
<script>
  const captchaa = new CAPTCHAA.CAPTCHAA({
    siteKey: 'sk_xxx'
  });
  captchaa.render('#captchaa', {
    onSuccess: (result) => {
      // Submit result.token to your backend
      // for server-side verification
    }
  });
</script>
<50ms
API latency
7.4KB
SDK gzipped
300+
Edge cities

Already used in the wild.

🦐🐋
XBTI · Agent MBTI test
A viral personality test for AI agents. Uses CAPTCHAA to verify the test-taker is a real agent before unlocking the Verified badge.

Not yet open for public signup.

CAPTCHAA is in private beta. The demo site key is restricted to our own properties. For early access, SDK integration, or partnership, reach out:

j@floatflow.com