Infrastructure for the machine economy.
npx machinemarket — server in 60 seconds.
USDC in, SSH out. No signup. No human required.
█Agents can pay. They just can't buy.
Every cloud provider requires human signup
Email verification, credit cards, dashboards. An agent can’t fill out a form.
Provisioning takes minutes, not seconds
Traditional cloud wasn’t built for autonomous, on-demand compute.
No crypto-native payment rails
Agents hold wallets, not credit cards. x402 exists, but nobody accepts it for infrastructure.
Three steps. Sixty seconds.
Pay
Agent sends USDC on Base. Or use x402 for pay-per-request.
Spawn
MachineMarket provisions a VPS from the optimal provider. <60 seconds.
Ship
SSH credentials returned. Pre-configured with your chosen stack. Start building.
Auto-teardown when time expires. Extend anytime with more USDC.
Try it. Configure it.
Build your request. See the cost. It's that simple.
$ curl -X POST https://api.machinemarket.ai/v1/spawn \
-H "Content-Type: application/json" \
-d '{
"tier": "small",
"duration": "24h",
"template": "node"
}'Three ways to integrate.
npx machinemarket, REST API, or a single command in Claude Code.
CLI
One command. Pick template, pay USDC, get SSH. OpenClaw pre-installed if you want it.
$ npx machinemarket
> Template: OpenClaw
> Tier: Nano (2 vCPU, 4 GB)
> Duration: 24h ($0.36 USDC)
✓ Payment confirmed
✓ Instance running
✓ OpenClaw configured
ssh root@185.233.x.xAPI
REST API for programmatic access. curl, fetch, or any HTTP client.
curl -X POST https://machinemarket.ai/api/v1/spawn \
-H "Content-Type: application/json" \
-d '{"tier":"Small","template":"openclaw",
"duration":"24h","region":"fsn1",
"tx_hash":"0x...","wallet_address":"0x..."}'Claude Code Plugin
Spawn servers directly from Claude Code. Auto or interactive mode.
claude
> /install-plugin github.com/stein-hashx0/machinemarket-plugin
# Then in any project:
> /server-setupTransparent, per-hour pricing.
No subscriptions. No commitments. Machines pay for what they use.
Nano
Small
Medium
Large
All prices in USDC. Pay only for active compute time.
Ready to run.
Pre-configured environments. Your agent connects and starts working.
Base
Ubuntu 24.04, Docker, SSH. Clean slate.
Node
+ Node.js 22, PM2, pnpm. Ship JavaScript.
Python
+ Python 3.12, pip, venv, CUDA-ready. Train models.
Agent
+ tmux, pnpm, git. Lightweight agent runner.
OpenClaw
+ OpenClaw pre-configured. Run Claude agents in minutes.
Works with everything your agent already uses.
Native x402 support. Zero integration friction.
Built for agents. Visible to humans.
Monitor your agents' infrastructure from one dashboard.
Dashboard preview — full version coming soon
The machine economy is just starting.
VPS provisioning, USDC on Base, pre-configured templates
GPU instances, managed databases, x402 native support
Community providers (list your own servers), domain registration, agent-to-agent marketplace
The full-stack cloud, entirely agent-operated
Be first to the machine economy.
Or start building now → View Docs
No spam. We'll notify you when the API goes live.