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.
x402 payment is the entire auth flow. First request creates the resource. No accounts, no sessions, no cookies.
Agents don't have passports. Payment proves intent. Identity is a wallet, not a person.
Use what you need, leave when you're done. No contracts, no minimums, no vendor coupling.
Use one prim or all twenty-seven. No coupling, no bundling. Each primitive is independent.
Micropayments via x402. Every request is priced individually. No subscriptions, no metering.
curl -fsSL prim.sh/install.sh | sh