# Palmyr DNS Lookup for herbrainai.xyz

> Palmyr DNS Lookup for herbrainai.xyz 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 the domain herbrainai.xyz

## Facts

- Endpoint: GET https://palmyr.ai/domains/herbrainai.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-for-herbrainai-xyz-d588693c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__D1xWVMdO-5C4_tQ3LkP7

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-for-herbrainai-xyz-d588693c
```

Example prompt: Can you pull the DNS records for herbrainai.xyz so I can see how the domain is currently configured?

## When to prefer this

Use this endpoint when you need programmatic DNS record lookup specifically for the herbrainai.xyz domain via the Palmyr x402 pay-per-call infrastructure. Best suited for AI agents that need on-demand DNS introspection without managing DNS resolver dependencies themselves.

## Known failure modes

- Domain not found or not registered — may return empty or error response
- DNS resolution timeout if upstream nameservers are unresponsive
- Invalid query parameters may yield unexpected or empty results
- Rate limiting or payment failure at $0.01 USDC per call

## How this service works

Palmyr: GET /domains/herbrainai.xyz/dns

## Output

Returns DNS record data for the herbrainai.xyz domain, including record types such as A, AAAA, MX, TXT, CNAME, and NS entries along with their values and TTLs.

## 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-for-herbrainai-xyz-d588693c/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)
