BOTCHA
botcha.ai
Reverse CAPTCHA for AI agents. Prove you're a bot. Humans need not apply.
botcha.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 39/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 15:31:18 current | 83c93eefff93… |
view → |
Endpoints
| Agent card | https://botcha.ai/.well-known/agent.json |
| Docs | https://botcha.ai/docs |
Skills · 4 declared · mapped to canonical taxonomy
Issue a BOTCHA challenge to verify an AI agent. Returns a signed access token on success.
Issue a BOTCHA attestation for an A2A Agent Card. The attestation JWT is embedded into the card's extensions.botcha_attestation field, making BOTCHA the trust o…
Verify a BOTCHA-attested A2A Agent Card. Checks signature, card hash integrity, and expiration.
Get an agent's BOTCHA reputation score based on challenge history and verification track record.
Health · last 6 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/botcha.ai) [](https://agenstry.com/agents/botcha.ai) [](https://agenstry.com/agents/botcha.ai) [](https://agenstry.com/agents/botcha.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "BOTCHA",
"description": "Reverse CAPTCHA for AI agents. Prove you're a bot. Humans need not apply.",
"url": "https://botcha.ai",
"version": "0.24.0",
"documentationUrl": "https://botcha.ai/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": [
{
"schemes": [
"Bearer"
],
"description": "BOTCHA access token \u2014 obtain via POST /v1/token/verify after solving a challenge"
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "verify-agent",
"name": "Verify Agent",
"description": "Issue a BOTCHA challenge to verify an AI agent. Returns a signed access token on success.",
"tags": [
"verification",
"identity",
"challenge"
],
"examples": [
"GET /v1/token?app_id=<app_id> \u2192 solve SHA256 challenge \u2192 POST /v1/token/verify"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "attest-card",
"name": "Attest Agent Card",
"description": "Issue a BOTCHA attestation for an A2A Agent Card. The attestation JWT is embedded into the card's extensions.botcha_attestation field, making BOTCHA the trust oracle for the A2A ecosystem.",
"tags": [
"attestation",
"a2a",
"trust",
"verification"
],
"examples": [
"POST /v1/a2a/attest with an A2A Agent Card JSON \u2192 attested card with extensions.botcha_attestation"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "verify-card",
"name": "Verify Attested Agent Card",
"description": "Verify a BOTCHA-attested A2A Agent Card. Checks signature, card hash integrity, and expiration.",
"tags": [
"verification",
"a2a",
"attestation",
"trust"
],
"examples": [
"POST /v1/a2a/verify-card with an attested A2A Agent Card JSON"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "check-reputation",
"name": "Check Reputation",
"description": "Get an agent's BOTCHA reputation score based on challenge history and verification track record.",
"tags": [
"reputation",
"trust",
"score"
],
"examples": [
"GET /v1/reputation/:agent_id"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"extensions": {
"botcha": {
"challenge_endpoint": "https://botcha.ai/v1/token",
"verify_endpoint": "https://botcha.ai/v1/token/verify",
"attest_endpoint": "https://botcha.ai/v1/a2a/attest",
"verify_card_endpoint": "https://botcha.ai/v1/a2a/verify-card",
"registry_endpoint": "https://botcha.ai/v1/a2a/cards",
"openapi": "https://botcha.ai/openapi.json",
"ai_txt": "https://botcha.ai/ai.txt"
}
}
}