VpsAgent — rent disposable VPS compute via x402, no signup required. Two product...
https://vpsagent.fly.dev/catalogOverview
VpsAgent — rent disposable VPS compute via x402, no signup required. Two product lines: ephemeral sandboxes (1h / 6h / 24h, 1 vCPU / 1 GB, $0.50–$5) for code execution, CI runs, browser automation; persistent servers (small / medium / large, 30-day or 365-day, $9.99–$359.99) with 2–8 vCPU / 4–16 GB for hosting agents, services, dev environments. Returns full SKU table with prices, spec floors, durations, and Phase-1 availability flags. Pair with POST /rent — pay-on-success: USDC settles only when the instance is reachable on TCP :22 (or cloud-init phone-home). Failed provisions never settle. Renewable via POST /rentals/{id}/renew. Machine-to-machine — no API keys, no accounts, USDC on Base.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
vpsagent
Source
bazaar
Indexed
2026-04-30 18:54:37
Health
Status
healthy
Latency (p50)
220ms
Uptime (30d)
100.0%
Reliability Score
87/100
Last Checked
2026-04-30 22:46:02
Last Healthy
2026-04-30 22:46:02
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"type": "http"
}
Output Schema
{
"description": "Available rentable compute SKUs across two tracks: ephemeral sandbox and persistent server.",
"items": {
"properties": {
"available": {
"description": "False = advertised but POST /rent returns 503 for this SKU.",
"type": "boolean"
},
"description": {
"type": "string"
},
"duration_minutes": {
"description": "Rental window from provision; renewals extend additively.",
"type": "integer"
},
"price_usdc": {
"description": "Settle price in USDC (decimal).",
"type": "number"
},
"sku": {
"description": "Stable SKU id; pass verbatim to POST /rent.",
"type": "string"
},
"spec_floor": {
"properties": {
"memory_mb": {
"type": "integer"
},
"vcpu": {
"type": "integer"
}
},
"type": "object"
},
"track": {
"enum": [
"sandbox",
"server"
],
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-04-30 22:46:02 | healthy | 402 | 220ms | |
| 2026-04-30 19:55:05 | healthy | 402 | 121ms |