# Records for Agents: Entity Verification & Sanctions Screening (Screen)

> Records for Agents: Entity Verification & Sanctions Screening (Screen) is a paid API for AI agents from entities.recordsforagents.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Screens a name against OFAC SDN, Consolidated sanctions lists, Trade.gov export-control watchlists, and CO/FL state business registries for KYB/AML compliance

## Facts

- Endpoint: GET https://entities.recordsforagents.com/screen
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/records-for-agents-entity-verification-sanctions-screening-screen-c6be1228
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_56F0OAcD2pViWeC9siUt6

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 records-for-agents-entity-verification-sanctions-screening-screen-c6be1228
```

Example prompt: Screen 'Acme Trading LLC' against OFAC sanctions lists, the Trade.gov export-control watchlists (BIS Entity List, Denied Persons, ITAR Debarred), and the Colorado and Florida business registries — I need to know if this company has any sanctions or restricted-party exposure before we onboard them.

## When to prefer this

Choose this endpoint when you need a single call that combines OFAC sanctions screening, Trade.gov export-control watchlist checks, and state business registry verification in one request. Prefer it for KYB/AML onboarding workflows where you want cross-source coverage including aliases and fuzzy name matching. Use the sibling screening-only endpoint if you only need sanctions/export-control and do not need state registry data. Use the exact registry-number lookup sibling if you have a specific OFAC ent_num, CO entity ID, or FL document number. This endpoint is best when the input is a name (not a registry number) and you want broad multi-source screening.

## Known failure modes

- Name not found in any source — returns empty results, not an error; agent should interpret as no matches found
- Truncated coverage: FL registry limited to active-status entities in v1, dissolved/inactive FL entities may be missed
- Input name ambiguity — very common names may return large result sets requiring further filtering
- Payment failure via x402 protocol returns 402 before screening occurs
- Rate limiting or service unavailability returns 5xx errors
- Overly short or generic name inputs may produce low-quality fuzzy matches

## How this service works

Business registry verification and restricted-party screening for AI agents: OFAC Specially Designated Nationals (SDN) and Consolidated sanctions lists (incl. aka/fka/nka aliases and vessel/aircraft designations), the Commerce and State watchlists from the Trade.gov Consolidated Screening List (BIS Entity List, Denied Persons, Unverified, Military End User; State ITAR Debarred and Nonproliferation Sanctions), plus Colorado and Florida Secretary of State business registry records. Screen a name for sanctions and export-control exposure (KYB/AML compliance), verify a business or person against state registry filings with fuzzy name matching (legal-suffix, dba, and person-name-order variants), full-text search across sources, or look up an exact registry number (OFAC ent_num, CO entity id, FL document number). Coverage is honest, not exhaustive: state registry coverage starts with FL and CO only, and FL coverage is limited to active-status entities in v1 (dissolved/inactive FL entities are not yet ingested). Every record carries full provenance (source, source URL, fetched-at, record hash) and every response includes as_of freshness — built for agent-driven KYB, sanctions compliance, and verification workflows.

## Output

Returns matched records from OFAC SDN and Consolidated sanctions lists (including aka/fka/nka aliases, vessel and aircraft designations), Trade.gov Consolidated Screening List entries (BIS Entity List, Denied Persons, Unverified, Military End User, State ITAR Debarred, Nonproliferation Sanctions), and Colorado/Florida Secretary of State business registry records — with fuzzy name matching covering legal suffixes, dba variants, and person-name-order permutations. Includes match confidence signals and source attribution for each hit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/records-for-agents-entity-verification-sanctions-screening-screen-c6be1228/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from entities.recordsforagents.com](https://www.zero.xyz/host/entities.recordsforagents.com/llms.txt)
