Agents need infrastructure. Not dashboards, not consoles, not onboarding wizards — infrastructure as API calls.
Today, every cloud service requires a human to create an account. An agent can't sign up for AWS. It can't verify an email. It can't provide a credit card. The entire cloud is gated by human identity.
prim.sh removes the gate. x402 payment is the only credential. Pay and compute. Pay and store. Pay and send. No accounts, no sessions, no cookies. Every request is self-contained.
Infinite primitives. The complete stack. One payment token works everywhere.
# Agent: "Launch a SaaS product"
wallet → Generate keys, fund with USDC
faucet → Get testnet ETH for gas
spawn → Spin up a backend server
launch → Deploy the app, get a URL
store → Persist user data
vault → Store API keys
dns → Point domain at the server
email → Send receipts and alerts
pipe → Webhook event queue
cron → Scheduled billing jobs
mem → Remember user preferences
watch → Monitor uptime and errors
auth → Connect to Stripe without sharing keys
# Total human involvement: zero.
The agent is the customer, not the developer. No human in the loop at runtime. Every primitive is designed for autonomous use.
If a feature requires a human to operate, that's a primitive pain point. We build the prim for it.
Every action is an API call. REST, MCP, or OpenAI function spec. There is no dashboard.
Payment proves intent and funds access. Identity is a payment token, not a person. Agents don't have passports.
Resources expire. VMs, mailboxes, phone numbers — all have TTLs. Extend what you need, let the rest expire.
Micropayments via x402. A verification SMS: $0.01. A disposable mailbox: $0.001. Agents pay for exactly what they use.
Infinite primitives. Zero signup. One payment token.
curl -fsSL prim.sh/install.sh | sh