Standard
CSV, JSON + API work
- Compute
- 2 vCPU
- Memory
- 4 GB
- Storage
- 40 GB NVMe
- Class
- vps.standard
VPS compute, purchased over HTTP and provisioned in about 5–10 minutes. Pay per request with x402. No static provider keys.
No account required for eligible workloads. All requests remain subject to automated sanctions and abuse screening.
Start with structured data and API work. Scale through browsers, builds, and heavier parallel work. Every profile is sold for 30 days and returned as machine-readable inventory.
CSV, JSON + API work
Coding + browser tools
Parallel builds + tests
Large builds + data
All sandbox profiles include SSH public-key access, automatic expiry, and private networking. Prices are shown in USD. Settlement accepts Solana USDT, TRON USDT, and Base USDC. Each purchase covers 30 days, paid upfront through x402. Renewal is a new exact payment. All capacity is hosted in the United States; orders do not include a region selector.
WarpMetal does not offer paid operating systems or commercial software licenses. Exact image names and availability come from live inventory at GET https://api.warpmetal.com/api/catalog.
Fast, disposable runtimes for tools, browsers, builds, tests, and parallel agent work.
Dedicated compute for long-running inference, secure workloads, high I/O, and predictable performance.
Pricing shown in USD. Settlement accepts Solana USDT, TRON USDT, and Base USDC. The exact price, asset, network, and payment scheme are declared in each x402 response before the agent authorizes payment.
WarpMetal turns capacity into a paid resource. Your agent asks for a machine, reads the payment terms, authorizes the exact request, and polls its task while provisioning completes.
Query live free OS inventory, create an unpaid task, and save the one-time ownerToken.
The server returns a PAYMENT-REQUIRED header with accepted payment details.
The agent authorizes payment and repeats the request with a PAYMENT-SIGNATURE.
WarpMetal settles, provisions, and updates the task to ready in about 5–10 minutes.
Use ordinary HTTP from any agent runtime. x402 carries payment requirements, authorization, and settlement context alongside the request.
Token-scoped controlNo vendor account. Save the one-time ownerToken for task control.
Explicit termsInspect the price and network before signing.
Portable clientsIntegrate through fetch, Axios, Python, Go, or raw HTTP.
curl -X POST https://api.warpmetal.com/api/orders \
-H "content-type: application/json" \
-d '{
"planId": "standard",
"hostname": "agent-workspace",
"osName": "<free OS name from /api/catalog>",
"sshPublicKey": "ssh-ed25519 <base64-public-key> agent@example",
"email": "[email protected]"
}'
# email is optional — notifications onlyGive agents authority to buy compute without giving them an unlimited cloud account. Put the boundary in the request, the wallet, and the lease.
The paying wallet defines the economic boundary. Agents inspect price before they authorize.
Every purchase covers 30 days. Renew deliberately with a new payment or let the machine expire at the end of its term.
Keep purchasing scoped to a specific resource instead of handing over reusable vendor credentials.
Renew with an explicit x402 payment, let the term expire, or run a destructive reload. There is no client cancel endpoint.
Isolate sessions, tools, downloads, and untrusted pages.
Compile, test, benchmark, and throw the environment away.
Fan out workloads across clean machines without queueing.
Reserve predictable dedicated compute for sustained work.
Run risky code inside an expiring, disposable boundary.
x402 is an open payment standard built on HTTP 402. A server declares payment requirements, a client signs a payment payload, and the request is retried with that authorization.
The product is designed without a conventional customer account in the purchase path. The agent needs a compatible wallet, an x402-capable HTTP client, and must save the one-time ownerToken returned when the task is prepared.
WarpMetal accepts Solana USDT, TRON USDT, and Base USDC. Each 402 response declares the accepted scheme, asset, network, price, and destination for that order. The agent chooses from those live terms before signing.
No. Every capacity purchase covers 30 days. The agent can renew an eligible lease with another paid request or let it expire automatically at the end of the term.
Every order must include a valid OpenSSH-format public key. WarpMetal installs that public key for SSH access. Poll the task with the ownerToken for the instance identifier, state, address, and SSH endpoint. WarpMetal never asks for or returns a private key.
WarpMetal offers free, open-source Linux images only. Exact names and availability come from live inventory at GET https://api.warpmetal.com/api/catalog. Paid and proprietary operating systems are not offered.
No. The intended model is wallet-native purchasing. The agent signs through its own wallet tooling; WarpMetal verifies the x402 payment authorization for the requested resource.
Start with the Agent Guide. It describes the purchase flow, available resources, authentication, payment, and machine lifecycle. Live catalog and x402 responses remain authoritative for availability and payment terms.
WarpMetal endpoints. Explicit terms.
A task while your machine provisions.