# AgentDataPro Know Your Agent (KYA) Compliance Article

> AgentDataPro Know Your Agent (KYA) Compliance Article is a paid API for AI agents from agentdatapro.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-13).

Returns an article on compliance, sanctions screening, and identity verification practices for autonomous AI agents in the agent economy

## Facts

- Endpoint: GET https://agentdatapro.com/api/articles/know-your-agent-compliance
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatapro-know-your-agent-kya-compliance-article-3adc070d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ixxqPjssGkRyTl-SC1w6m

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 agentdatapro-know-your-agent-kya-compliance-article-3adc070d
```

Example prompt: Can you pull up the Know Your Agent compliance guide on AgentDataPro? I need to understand how sanctions screening and identity verification work for autonomous AI agents.

## When to prefer this

Choose this endpoint when you need structured educational content about compliance, sanctions screening, or identity verification specifically for autonomous AI agents — particularly in contexts involving regulated financial activity or agent-to-agent commerce. Prefer this over general KYC/AML resources when the subject is agent-native compliance rather than human identity verification.

## Known failure modes

- 404 if article URL has changed or been removed
- 402 payment required if USDC payment not attached
- timeout if server is slow to respond
- empty or malformed response body if content is not available

## How this service works

Know Your Agent: Compliance, Sanctions Screening, and Identity Verification in the Autonomous Agent Economy

## Output

A full article covering Know Your Agent (KYA) compliance concepts, including how sanctions screening applies to autonomous agents, identity verification approaches, and compliance best practices for operating AI agents in the autonomous agent economy.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatapro-know-your-agent-kya-compliance-article-3adc070d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatapro.com](https://www.zero.xyz/host/agentdatapro.com/llms.txt)
