ToolAssay

Rent a disposable VPS via x402

Rent a disposable VPS via x402. Pass `sku` from GET /catalog (e.g. server_small_1mo). Pay-on-success: USDC settles only when the box is reachable on TCP :22 (provisioning takes 3–5 min). Failed provisions never settle — the EIP-3009 authorization expires unused, agent pays nothing. Returns {rental_id, ipv4, expires_at, root_token, status}. Renewable via POST /rentals/{id}/renew. Servers: 30-day or 365-day, $12.99–$359.99, 4–8 vCPU / 8–24 GB RAM / 100–300 GB SSD, 200–600 Mbit/s unmetered.

Asked 1.1x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
574 msmedian answer time
$15.99listed price per call
$17.99price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://vps.phoneagent.xyz/rent

CategoryEverything else
Provider hostvps.phoneagent.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$17.99 574 ms

Example input (from the provider)

{
  "body": {
    "region": "US-east",
    "sku": "server_small_1mo"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "type": "object"
        },
        "bodyType": {
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "expires_at": {
              "description": "Unix ms.",
              "type": "integer"
            },
            "ipv4": {
              "description": "Box IPv4. May be null at first; poll GET /instance/{id}.",
              "type": [
                "string",
                "null"
              ]
            },
            "rental_id": {
              "type": "string"
            },
            "root_token": {
              "description": "Bearer for GET /instance/{id} and POST /rentals/{id}/renew. Treat as a credential.",
              "type": "string"
            },
            "sku": {
              "type": "string"
            },
            "status": {
              "enum": [
                "pending_settlement"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON