# CamelAI DNS Lookup

> CamelAI DNS Lookup is a paid API for AI agents from dns.camelai.io, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Performs DNS resolution for a given domain, returning DNS record data

## Facts

- Endpoint: POST https://dns.camelai.io/dns
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dns-camelai-io-5e686664
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BSnTqALIrDcoLV9SnZ-Uv

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 dns-camelai-io-5e686664 -d '<json body>'
```

Example prompt: Can you resolve the DNS records for example.com and tell me what IP address it points to?

## When to prefer this

Use this endpoint when an AI agent needs to programmatically resolve domain names to IP addresses or retrieve DNS record data, especially in automated workflows where DNS lookups need to be paid per-call via x402 micropayments.

## Known failure modes

- Domain does not exist (NXDOMAIN) — returns error or empty result
- Invalid domain name format — returns validation error
- DNS server timeout — returns timeout error
- Network unreachable — returns connectivity error

## Output

Returns DNS resolution data for the queried domain, including record types such as A, AAAA, MX, CNAME, or TXT records and their associated values.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dns-camelai-io-5e686664/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dns.camelai.io](https://www.zero.xyz/host/dns.camelai.io/llms.txt)
