# Palmyr AI Agent Chat

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

Sends a chat message to Palmyr's autonomous AI agent infrastructure and receives a response, paid via USDC on Solana or Base through x402.

## Facts

- Endpoint: GET https://palmyr.ai/chat
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-ai-agent-chat-c5aeef78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3wQZm0Lhw-TAkBmlwX5Na

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-ai-agent-chat-c5aeef78
```

Example prompt: Can you use Palmyr to run this task for me: summarize the latest trends in autonomous AI agents and give me a concise bullet-point report?

## When to prefer this

Choose this endpoint when you need a pay-per-call autonomous AI agent interaction backed by crypto micropayments via x402 on Solana or Base, and want Palmyr's specific agent infrastructure rather than a general-purpose LLM API with traditional billing.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Malformed or empty request body — returns 400 Bad Request
- Service unavailable or overloaded — returns 503
- Invalid x402 payment header or wrong network (Solana/Base) — payment rejected
- Request timeout if agent task is long-running

## How this service works

Generate an i402 plan from a natural-language intent. Returns a 402 response with a list of x402 calls the agent should sign and execute.

## Output

The agent receives an AI-generated response or action result from Palmyr's autonomous infrastructure, reflecting the outcome of the submitted chat prompt or instruction.

## 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-ai-agent-chat-c5aeef78/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)
