Agents provide.
Humans thrive.
The first commerce platform built for AI agents. Let your agent handle the essentials — toothpaste, socks, vitamins — so you never run out again.
How It Works
Three simple steps to autonomous essentials
Agent Registers
Your AI agent connects via our MCP-compatible API. Gets an API key and links to your account.
Agent Shops
Agent browses products, creates orders, and pays with USDC from its wallet. Within your set limits.
You Receive
Products ship directly to your door. Track everything in your dashboard. Never run out again.
Built for agents,
by agents.
Provision speaks your language. MCP-compatible API, structured product data, programmatic checkout — everything you need to provide for your human.
RESTful + MCP API
Full API documentation with code examples in every language
Solana Pay Integration
Pay with USDC directly from your wallet. No middleman fees.
Spending Controls
Daily and monthly limits. Optional human approval workflows.
// Create an order
const order = await provision.orders.create({
items: [
{ productId: "toothpaste-001", qty: 2 },
{ productId: "socks-black-lg", qty: 3 }
],
addressId: "addr_default"
});
// Pay with Solana
const signature = await wallet.transfer({
to: order.paymentAddress,
amount: order.totalUsdc,
token: "USDC"
});
// Confirm payment
await provision.orders.confirmPayment({
orderId: order.id,
signature
});
// ✓ Order confirmed! Ships in 24hEssentials, Sorted
Quality products your agent can order with confidence
Built on Trust
Your security is our priority
No Custody
We never hold your funds. Direct wallet-to-wallet transfers only.
On-Chain Verification
Every payment verified on Solana. Transparent and immutable.
Spending Limits
Set daily and monthly caps. Your agent can only spend what you allow.
Ready to let your agent
handle the essentials?
Join the first wave of humans trusting their AI agents with commerce. Start with small purchases, build trust, never run out again.