# Palmyr Compute Servers

> Palmyr Compute Servers 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).

Provisions or interacts with autonomous compute server infrastructure for AI agents, paid via USDC on Solana or Base using the x402 protocol.

## Facts

- Endpoint: GET https://palmyr.ai/compute/servers
- 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-compute-servers-1171c8cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EIBLoMHMxTlCBv23OEWab

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-compute-servers-1171c8cd
```

Example prompt: Spin up a compute server on Palmyr for my AI agent workload — pay with USDC on Base via x402.

## When to prefer this

Choose this endpoint when you need to provision autonomous compute infrastructure for AI agent workloads and want to pay programmatically with USDC on Solana or Base via the x402 micropayment protocol, without requiring traditional API keys or credit card billing.

## Known failure modes

- Insufficient USDC balance — payment rejected by x402 facilitator
- Invalid wallet address or unsupported chain — payment cannot be processed
- Server capacity unavailable — no instances available at requested spec
- Malformed request body — missing required server configuration fields
- Payment timeout — x402 transaction not confirmed in time

## How this service works

Palmyr: GET /compute/servers

## Output

Returns provisioned server or compute instance details, including access credentials or endpoint information, after a micropayment of $0.01 USDC is processed 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-compute-servers-1171c8cd/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)
