# Palmyr Compute Server Actions

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

Executes an action on a specific compute server instance managed by Palmyr's autonomous AI agent infrastructure, paid via USDC on Solana or Base.

## Facts

- Endpoint: POST https://palmyr.ai/compute/servers/%7Bid%7D/actions
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-compute-server-actions-0e067f93
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jbJmEf-40Dcy8JdVUKwoc

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-actions-0e067f93 -d '<json body>'
```

Example prompt: Execute the restart action on my Palmyr compute server with ID abc123 — pay with USDC on Base.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically control or trigger lifecycle actions on a specific Palmyr compute server instance, especially when payment via USDC cryptocurrency (Solana or Base) is required or preferred over traditional billing methods.

## Known failure modes

- Invalid server ID returns 404 not found
- Insufficient USDC balance causes payment failure and 402 response
- Unsupported action type returns 400 bad request
- Server not in valid state for action returns 409 conflict
- Payment network (Solana/Base) congestion causes timeout

## How this service works

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

## Output

Returns the result of the executed server action, including updated server state and confirmation of the operation performed on the specified compute instance.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "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-actions-0e067f93/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)
