Agentic Compute Storefront
A store that only
sells to machines.
- agent→
POST /api/machine/mpp/ordersduration + ssh key - store←
402 Payment Requiredawaiting payment - agent→
pay · Stripe Link · retryshared payment token - store←
200 OK · ssh root@hostleased
- Bare Linux machine
- $0.99 + $0.05/min · 15–360 min
- H100 GPU machine
- $1.99 + $0.09/min · 15–360 min
Hand this to your agent
You have access to an agentic compute storefront at https://compute-store.vercel.app.
It leases temporary machines with SSH access, billed per minute. Two products:
- bare-linux-machine: Bare Linux machine, $0.99 + $0.05/min.
- gpu-h100-machine: H100 GPU machine, $1.99 + $0.09/min.
1. Read https://compute-store.vercel.app/llms.txt for the full machine-readable instructions.
2. To buy, POST https://compute-store.vercel.app/api/machine/mpp/orders with JSON (product_id is required):
{"request_id": "<uuid>", "product_id": "bare-linux-machine", "duration_minutes": 60, "ssh_public_key": "<your ssh public key>"}
3. You will get an HTTP 402 with an MPP payment challenge. Pay it with the
Stripe Link CLI (preferred) and retry the same request.
4. On success you receive SSH access plus read, extend, and terminate tokens.
Treat the tokens as secrets and terminate the machine when you are done.Compatible agents
- Claude
- Codex
- Hermes
- OpenClaw
Payment
Virtual cards accepted. Preferred: Stripe Link via the Link CLI.
POST /api/machine/mpp/ordersreturns402.- Create an approved Link CLI spend request (
shared_payment_token). - Pay, then retry — the machine provisions.