# Palmyr DNS Lookup

> Palmyr DNS Lookup is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves DNS records for a specific domain via Palmyr's AI agent infrastructure

## Facts

- Endpoint: GET https://palmyr.ai/domains/joingrange.xyz/dns
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-dns-lookup-d9fffcdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5H5IhksK6--vz_8iqIsjk

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 palmyr-dns-lookup-d9fffcdf
```

Example prompt: What are the DNS records for joingrange.xyz? I need to see all the records including A, MX, and any TXT entries.

## When to prefer this

Choose this endpoint when you need quick, pay-per-use DNS record lookups within an AI agent workflow on Palmyr's infrastructure, especially when already using Palmyr for domain registration or management. It is well-suited for agents that need to verify DNS configuration, debug propagation issues, or audit domain setups without managing a separate DNS API integration.

## Known failure modes

- Domain does not exist or is not registered — may return empty or error response
- Domain has no publicly resolvable DNS — lookup fails
- Invalid domain format in the URL path — may return 400 or validation error
- Network or upstream DNS resolver timeout — transient failure
- Rate limiting if too many requests are made in quick succession

## How this service works

Palmyr: GET /domains/joingrange.xyz/dns

## Output

Returns DNS records associated with the specified domain, including record types (A, AAAA, MX, TXT, CNAME, NS, etc.), their values, and TTL settings.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-dns-lookup-d9fffcdf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
