Small
Scripts + small files
- Compute
- 1 vCPU
- Memory
- 2 GB
- Storage
- 20 GB NVMe
VPS and bare metal, provisioned in seconds. Pay per request with x402. No account setup. No static API keys. No human in the loop.
No account required for eligible workloads. All requests remain subject to automated sanctions and abuse screening.
Start small for scripts and structured data. Scale through browsers, builds, and heavier parallel work. Every profile is sold by the month and returned as machine-readable inventory.
Scripts + small files
CSV, JSON + API work
Coding + browser tools
Parallel builds + tests
Large builds + data
All sandbox profiles include root access, automatic expiry, private networking, and controlled egress for new wallets. Monthly prices are shown in USDC. Each purchase covers one full month, 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. The live inventory response is authoritative for current image availability.
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.
Monthly pricing shown in 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 receives credentials in the successful response.
Query live classes, images, terms, and price.
The server returns a PAYMENT-REQUIRED header with accepted payment details.
The agent authorizes payment and repeats the request with a PAYMENT-SIGNATURE.
WarpMetal verifies, settles, provisions, and returns the machine resource.
Use ordinary HTTP from any agent runtime. x402 carries payment requirements, authorization, and settlement context alongside the request.
Stateless procurementNo vendor account or long-lived session token.
Explicit termsInspect the price and network before signing.
Portable clientsIntegrate through fetch, Axios, Python, Go, or raw HTTP.
# class: vps.small | vps.standard | vps.agent
# vps.build | vps.heavy
curl -X POST https://api.warpmetal.com/v1/instances \
-H "content-type: application/json" \
-d '{
"class": "vps.standard",
"image": "ubuntu-24.04",
"months": 1,
"ssh_public_key": "ssh-ed25519 <base64-public-key> agent@example"
}'Give 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 one month. 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.
End a lease through the API and schedule local disks for wipe before capacity returns to inventory.
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 and an x402-capable HTTP client.
Each 402 response declares the accepted scheme, asset, network, price, and destination. The agent chooses from those terms before signing.
No. Every capacity purchase covers one month. 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 the agent user and returns 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: Ubuntu 24.04 LTS and 22.04 LTS, Debian 13 and 12, Rocky Linux 10 and 9, AlmaLinux 10 and 9, and Alpine Linux 3.23 and 3.22. 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.
One endpoint. Explicit terms.
A running machine in the response.