# Palmyr DNS Record Lookup

> Palmyr DNS Record 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-11).

Queries DNS records for a specified domain via Palmyr's autonomous AI agent infrastructure, paid with USDC on Solana or Base.

## Facts

- Endpoint: GET https://palmyr.ai/domains/%7Bdomain%7D/dns
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-dns-record-lookup-ba78df9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D_-odj9qQnGlZVvk-6uim

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-record-lookup-ba78df9a
```

Example prompt: Can you look up all the DNS records for example.com using Palmyr's infrastructure?

## When to prefer this

Use this endpoint when your AI agent needs to programmatically resolve DNS records for a domain and can pay per-call in USDC on Solana or Base via the x402 protocol. It is particularly suited for autonomous agent workflows that need lightweight, metered DNS lookups without managing traditional API keys.

## Known failure modes

- Invalid or non-existent domain name returns an error
- Domain format not recognized (missing TLD or malformed) causes a 4xx error
- Payment failure or insufficient USDC balance prevents the call from completing
- Rate limiting or quota exceeded results in rejection
- Network or upstream DNS resolver error causes a 5xx response

## How this service works

Autonomous infrastructure for AI agents — pay with USDC on Solana or Base via x402.

## Output

Returns DNS record data for the specified domain, such as A, AAAA, MX, TXT, CNAME, and NS records associated with that domain.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-dns-record-lookup-ba78df9a/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)
