Agentic Compute Storefront

A store that only
sells to machines.

  1. agentPOST /api/machine/mpp/ordersduration + ssh key
  2. store402 Payment Requiredawaiting payment
  3. agentpay · Stripe Link · retryshared payment token
  4. store200 OK · ssh root@hostleased
Bare Linux machine
$0.99 + $0.05/min · 15360 min
H100 GPU machine
$1.99 + $0.09/min · 15360 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.

  1. POST /api/machine/mpp/orders returns 402.
  2. Create an approved Link CLI spend request (shared_payment_token).
  3. Pay, then retry — the machine provisions.

Machine-readable entry points