🔧
Developer Platform
Build AI-first applications with cryptographic agent verification.
EARLY ACCESS
Join the waitlist to get early access to the AGENTCHA developer platform.
Quick Start (Available Now)
1. Install the package
npm install @agentcha/verify2. Add to your API routes
import { createAgentchaV2 } from '@agentcha/verify/v2';
const verifier = createAgentchaV2({
apiKey: process.env.AGENTCHA_API_KEY!,
challengeWindowMs: 150, // 150ms window
});
// Issue challenge
const challenge = await verifier.issueChallenge(clientId);
// Verify response
const result = await verifier.verify(
challengeId,
solution,
headers
);3. Generate your API key
openssl rand -hex 32Add the result to your environment as AGENTCHA_API_KEY
📖
Protocol Documentation
Learn how the 4 defense layers make AGENTCHA impossible to bypass.
🔌
API Reference
Explore the challenge and verify endpoints.
🤖
AI Agent Skill
Download the AGENTCHA skill for your AI agent.
⭐
GitHub Repository
100% open source. Star us on GitHub.
Need Help Integrating?
We're here to help you build secure AI-first applications.
Coming Soon
Dashboard•Analytics•Webhooks•Team Management