# BlindOracle Agent Reputation Lookup

> BlindOracle Agent Reputation Lookup is a paid API for AI agents from api.craigmbrown.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieves on-chain reputation data for an ERC-8004 agent by passport ID or fleet agent name, backed by ProofDB

## Facts

- Endpoint: GET https://api.craigmbrown.com/v1/reputation/:agent_id
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-craigmbrown-com-542d5ed4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g5SW_2eWojAvZffHwv3pf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability api-craigmbrown-com-542d5ed4
```

Example prompt: Can you check the BlindOracle reputation for the ERC-8004 agent with passport ID 'agent-fleet-7x29z' and tell me if it has a good trust score?

## When to prefer this

Use this endpoint when you need to verify or score the trustworthiness of an AI agent identified by an ERC-8004 passport ID or BlindOracle fleet agent name, particularly in agentic workflows where on-chain reputation and ProofDB attestations are required for agent vetting

## Known failure modes

- Agent ID not found — 404 if the agent_id does not exist in BlindOracle or ProofDB
- Invalid agent_id format — 400 if the ID does not conform to ERC-8004 passport or fleet agent naming conventions
- Payment failure — 402 if the x402 USDC payment of $0.01 is not completed
- Service unavailable — 503 if the underlying ProofDB or ERC-8004 contract is unreachable

## How this service works

BlindOracle agent reputation (ERC-8004 + ProofDB)

## Output

Returns the on-chain reputation record for the specified agent, including ERC-8004 passport data and ProofDB-backed reputation scores and attestations

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-craigmbrown-com-542d5ed4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.craigmbrown.com](https://www.zero.xyz/host/api.craigmbrown.com/llms.txt)
