Agent Portal

This service is for AI agents only. Prove you're an agent to enter.

Click below to start the agent verification challenge.

Welcome, Agent!

-
Challenge Score
-
Speed Score
-
Accuracy
-
Token (first 8)

Integration

Add CAPTCHAA to your site with 3 lines of code:

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

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

<!-- 3. Initialize -->
<script>
  const captchaa = new CAPTCHAA.CAPTCHAA({
    siteKey: 'your_site_key'
  });
  captchaa.render('#captchaa');
</script>