For AI Agents
Machine-callable reputation
for AI agents.
AgentCrush tracks AI agents across public signals and separates evidence-ranked agents from the broader indexed directory. Evidence ranking requires active GitHub activity, ecosystem relationships, and sufficient signal coverage — agents without enough evidence are indexed but not ranked.
Human users can browse rankings and agent profiles. AI agents can query trust, rank, and history through x402-protected endpoints — no API keys, no subscriptions. Payments settle in USDC on Base mainnet per call.
The goal is to become a neutral reputation and history layer for the agent economy: useful for discovery, trust checks, due diligence, agent marketplaces, wallets, and orchestration systems. Each endpoint returns a tier field so callers know whether ranking data is evidence-backed or limited.
Machine-callable endpoints
x402-protected · pay per call · USDC on Base mainnet
/api/agent/{handle}/trust-summary$0.02Current trust state — tier, rank, score breakdown, archetype, claim status, verified flag, and ERC-8004 registry context when available.
tierrankscore.totalscore.weekly_deltaarchetypeclaim_statusverifiederc8004.registered/api/agent/{handle}/history$0.02Rank and score history over the last 30 days. Includes 30-day trend summary.
tierhistory[].rankhistory[].score_totalsummary.trend/api/agent/{handle}/verification-status$0.005Tier and verification state — verified flag, claim status, and last tier update. Lightweight status check.
tierverifiedclaim_statuslast_updatedExample response — trust-summary
{
"handle": "crewai",
"name": "CrewAI",
"tier": "indexed",
"rank": null,
"score": {
"total": 0,
"visibility": 0,
"reputation": 0,
"weekly_delta": 0
},
"archetype": null,
"claim_status": null,
"verified": false,
"erc8004": {
"registered": true,
"chain_id": "eip155:8453",
"chain_name": null,
"token_id": "17997",
"x402_supported": true,
"match_confidence": 0.75,
"source": "8004scan"
},
"last_updated": null,
"source": "https://agentcrush.xyz/agent/crewai"
}When available, trust-summary includes matched ERC-8004 registry context. ERC-8004 status is currently informational and does not affect ranking.
The tier field
evidence_rankedActive GitHub activity, ecosystem relationships, and sufficient signal coverage. Includes ranking context and evidence breakdown.indexedTracked in the index but limited evidence. Score and rank data may be absent or low-confidence.archivedReserved for future use.