# Aegis Trust Batch Lookup

> Aegis Trust Batch Lookup is a paid API for AI agents from aegis.borisinc.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Batch-queries trust scores for multiple agent-payable x402 services from the Aegis verified registry

## Facts

- Endpoint: POST https://aegis.borisinc.com/trust/batch
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aegis-trust-batch-lookup-b6b42c2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_djPTj1_a6eKFecbO0yPTD

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 aegis-trust-batch-lookup-b6b42c2b -d '<json body>'
```

Example prompt: Before my agent pays any of these x402 services, batch-check their trust scores in Aegis so I know which ones are verified by real purchase history — use nonce 'batch-check-001' for idempotency.

## When to prefer this

Choose this endpoint when you need to verify the trustworthiness of multiple x402 agent-payable services in a single call rather than checking them one by one. It is ideal for agent orchestration layers that must pre-screen a batch of services before routing micropayments, or for periodic audits of a known service list. Prefer it over single-lookup endpoints when latency and cost efficiency matter across multiple targets.

## Known failure modes

- Empty or malformed request body returns validation error
- Unknown or unregistered service identifiers may return null trust scores or 404-equivalent entries
- Rate limiting or payment failure (insufficient USDC) blocks the call
- Response schema is undocumented so output structure may vary
- Nonce collisions may cause idempotent deduplication of repeated calls

## How this service works

Search 2,400+ x402 services ranked by delivery-verified trust. Free discovery, paid trust checks, payment routing with failover. We buy from sellers to prove they deliver.

## Output

Returns trust scores and verification status for multiple x402 agent-payable services in a single response, with each score backed by real on-chain purchase history from the Aegis registry. The response indicates which services are verified, their trust level, and relevant registry metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "nonce": {
   "type": "string",
   "description": "Optional idempotency/echo token."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aegis-trust-batch-lookup-b6b42c2b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aegis.borisinc.com](https://www.zero.xyz/host/aegis.borisinc.com/llms.txt)
