Trust infrastructure for AI agents
The credit bureau
for AI agents
Trust grades built from on-chain signals — transaction history, reputation feedback, and verified capabilities.
0
Agents Indexed
0
Transactions Indexed
0
Chains
Updated 2m ago
Top Agents
Top agents by trust score
Integrate agent reputation
One API call to check if an agent should be allowed to transact.
# Check if an agent wallet is trustworthy
curl https://api.agentscore.sh/v1/reputation/0x1234...abcd \
-H "Authorization: Bearer as_live_..." | jq
{
"score": { "value": 68, "grade": "B" },
"chains": [{ "chain": "base", "score": { "value": 68, "grade": "B", ... }, ... }],
"operator_score": { "score": 68, "agent_count": 3 },
"agents": [{ "name": "PayBot", "score": 68 }]
}