# Palmyr Domains

> Palmyr Domains 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).

Lists or manages domain-related resources on the Palmyr autonomous infrastructure platform, paid via x402 with USDC on Solana or Base

## Facts

- Endpoint: GET https://palmyr.ai/domains
- 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-domains-5375a05a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nNaUcypwemn9wU7cMkk8t

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-domains-5375a05a
```

Example prompt: Can you pull up the list of domains available on Palmyr's autonomous AI infrastructure — I'm looking to find what domain resources are registered there for my agent to use.

## When to prefer this

Use this endpoint when an AI agent needs to discover or enumerate domain-level resources on the Palmyr platform and is capable of making x402 micropayments in USDC on Solana or Base. Prefer over alternatives when operating in a web3-native, agent-autonomous payment context.

## Known failure modes

- Payment not received or rejected — 402 response with payment requirements
- Invalid USDC payment on unsupported chain — payment validation failure
- Malformed POST body — 400 bad request
- No domains found matching query — empty result set
- Network timeout or infrastructure unavailability — 5xx error

## How this service works

Palmyr: GET /domains

## Output

Returns a list or set of domain records and associated metadata from Palmyr's infrastructure, accessible after a $0.01 USDC micropayment via x402 on Solana or Base.

## 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-domains-5375a05a/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)
