# Palmyr Domain Registration / Management

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

Performs an operation on a specific domain via Palmyr's autonomous AI agent infrastructure, paid with USDC on Solana or Base via x402.

## Facts

- Endpoint: GET https://palmyr.ai/domains/%7Bdomain%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-domain-registration-management-e7b2d0aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nOelF6Mo3-hLvAh3UqZCb

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-domain-registration-management-e7b2d0aa
```

Example prompt: Register the domain myaiproject.ai through Palmyr and pay using USDC on Base — set it up so my AI agent can use it autonomously.

## When to prefer this

When you need to register or manage a domain and want to pay programmatically with USDC on Solana or Base, especially within an autonomous AI agent workflow that uses the x402 payment protocol.

## Known failure modes

- Invalid or already-taken domain name returns error
- Insufficient USDC balance causes payment failure (402 not satisfied)
- Unsupported blockchain network specified
- Domain format validation failure if path parameter is malformed
- Payment timeout or blockchain confirmation delay

## How this service works

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

## Output

A confirmation or record of the domain operation (registration, configuration, or lookup) for the specified domain name, returned after USDC payment is processed on Solana or Base via x402.

## 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-domain-registration-management-e7b2d0aa/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)
