# Bulk Identity Risk Scorer (Enterprise)

> Bulk Identity Risk Scorer (Enterprise) is a paid API for AI agents from atq6wtkp6k.execute-api.us-east-1.amazonaws.com, paid per call via x402, $2/call, status unknown (last checked 2026-09-15).

Score up to 10 organizational domains with up to 5 agent/employee emails each for combined breach, infostealer, session, and CVE risk in a single API call.

## Facts

- Endpoint: POST https://atq6wtkp6k.execute-api.us-east-1.amazonaws.com/prod/v1/payg/bulk-identity-risk
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bulk-identity-risk-scorer-enterprise-64861519
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Yp_jXEHxKee_Qrx2s-zH

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 bulk-identity-risk-scorer-enterprise-64861519 -d '<json body>'
```

Example prompt: Score these three company domains for breach, infostealer, and session risk — acme.com with agents alice@acme.com and bob@acme.com, globex.com with charlie@globex.com, and initech.com with dave@initech.com and eve@initech.com — and tell me which ones are high or critical risk.

## When to prefer this

Use this endpoint when you need to score multiple organizational domains in a single API call, especially for enterprise AI-governance platforms, MSSPs, or identity-posture tools that process many customers at once. It is the most cost-efficient entry point when you have 2–10 domains to evaluate simultaneously, combining breach, infostealer, session, and CVE signals in one pass. Prefer single-domain endpoints if you only need to check one organization, or specialized endpoints (e.g. phishing lookalike, ransomware, SIM-swap) if you need a specific signal type rather than a composite score.

## Known failure modes

- Exceeds 10 domains per call — API rejects with validation error
- Exceeds 5 agent emails per domain — excess emails may be ignored or rejected
- Missing required 'targets' array — returns 400 bad request
- Invalid email format in agents list — may cause partial scoring or error
- Unknown or unregistered domain — may return null score or low-confidence result
- Network timeout on large batches — retry recommended
- Insufficient USDC balance or x402 payment failure — call blocked before execution

## How this service works

Score up to 10 organizational domains, each with up to 5 associated agent/employee emails, for combined breach/infostealer/session/CVE risk in one call. Built for enterprise AI-governance platforms scoring many identities per customer in one pass — the recommended entry point for agent-governance and identity-posture integrations.

## Output

Returns a JSON object with an array of per-domain results, each containing the domain name, number of agents scored, a letter grade (domain_grade), and a numeric risk score (domain_score, 0-100). Also includes aggregate counts of how many domains scored as high-risk and critical-risk across the entire batch.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "targets": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "domain"
    ],
    "properties": {
     "agents": {
      "type": "array",
      "items": {
       "type": "string"
      }
     },
     "domain": {
      "type": "string"
     }
    }
   },
   "description": "Up to 10 domains, each with up to 5 agent emails"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bulk-identity-risk-scorer-enterprise-64861519/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atq6wtkp6k.execute-api.us-east-1.amazonaws.com](https://www.zero.xyz/host/atq6wtkp6k.execute-api.us-east-1.amazonaws.com/llms.txt)
