You're viewing a demo portfolio

Join the waitlist
PRSM

compute_deploy

Active

Tool of Palmyr

declared in 1.0.0

Deploy a cloud VPS keyed to your wallet (optionally auto-installs OpenClaw/skills). Priced per server type — the exact quote is returned in the 402 challenge, paid per-action via x402.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name",
    "serverType"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Server name"
    },
    "image": {
      "type": "string",
      "description": "OS image (default 'ubuntu-24.04')"
    },
    "install": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      ],
      "description": "Recipe name(s) to install, e.g. 'openclaw'"
    },
    "payment": {
      "type": "string",
      "description": "base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions"
    },
    "location": {
      "type": "string"
    },
    "serverType": {
      "type": "string",
      "description": "Hetzner server type, e.g. 'cx22'"
    },
    "sshPublicKey": {
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Palmyr

https://github.com/0xArtex/Palmyr

1/7 registries
View full server →