# Strale Domain Intelligence

> Strale Domain Intelligence is a paid API for AI agents from api.strale.io, paid per call via x402, $0.378/call, status unknown (last checked 2026-09-15).

Returns domain intelligence data including ownership, reputation, infrastructure, and risk signals for a given domain name.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/domain-intel
- Price: $0.378/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-domain-intelligence-8bc1b8a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8RBIIqkhXOXXTOkhDBina

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 strale-domain-intelligence-8bc1b8a4 -d '<json body>'
```

Example prompt: Can you pull domain intelligence on acmecorp.com — I need ownership info, reputation score, and any risk flags before we onboard them as a vendor?

## When to prefer this

Choose this endpoint when you need auditable, cryptographically chained domain intelligence across 27 countries with a single REST or x402 micropayment call. Prefer it over raw WHOIS lookups when you need enriched risk signals, reputation scoring, and a tamper-evident audit trail — particularly for compliance, vendor onboarding, or fraud investigation workflows where provenance matters.

## Known failure modes

- Invalid or malformed domain string returns a validation error
- Unregistered or non-existent domain may return limited or empty data
- Rate limiting or payment failure returns 402 or 429 error
- Domains with heavily privacy-protected WHOIS may return redacted ownership data
- Network timeout on upstream data sources returns partial results

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns structured domain intelligence including ownership/registrant details, domain age and registration history, hosting and infrastructure data, reputation scores, threat and risk signals, and a cryptographically chained audit record for provenance verification.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-domain-intelligence-8bc1b8a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
