# Palmyr Compute Server Instance

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

Provisions or interacts with a specific autonomous compute server instance for AI agents, payable with USDC via x402 protocol on Solana or Base.

## Facts

- Endpoint: GET https://palmyr.ai/compute/servers/%7Bid%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-compute-server-instance-d75506f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kltYQGXu0zkIcikKjNxzR

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-server-instance-d75506f1
```

Example prompt: Spin up compute server instance abc123 on Palmyr for my AI agent workflow and pay with USDC on Base.

## When to prefer this

Choose this endpoint when you need to interact with or provision a specific named compute server instance on Palmyr's autonomous AI agent infrastructure and are prepared to pay micro-transactions in USDC via the x402 protocol on Solana or Base — particularly when building agent pipelines that require decentralized, pay-per-use compute.

## Known failure modes

- Invalid or non-existent server ID returns 404
- Insufficient USDC balance causes payment failure and 402 response
- Unsupported blockchain network in payment header causes rejection
- Malformed request body results in 400 error
- Server instance unavailable or overloaded returns 503

## How this service works

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

## Output

Returns the state or output of the targeted compute server instance after the operation, including execution results or provisioning confirmation, delivered after a $0.01 USDC x402 payment 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-server-instance-d75506f1/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)
