Add your products
Enter the products or services you want to publish, including their price, stock, description, and how they can be ordered.
Stop making shopping agents decode pages built for people. Give them clear product data, current prices, stock, final quotes, and direct order actions. Add your catalogue and publish a ready endpoint—without building one yourself.
Start free. No coding required. Give agents the easier buying route before a competitor does.
“Find a waterproof shell in medium and deliver it to Colorado.”
/api/agent/v1/storefronts/northstar-outfitters/search200/api/agent/v1/storefronts/northstar-outfitters/quotes201How it works
Enter the products or services you want to publish, including their price, stock, description, and how they can be ordered.
Use the ready web address PAYAI creates for software instead of people. It stays connected to your published catalogue.
Share the same address on your website and in your own channels. Submit it to compatible AI directories and aggregators yourself.
Let a person review and approve the order, or allow a verified agent to pay only when its identity, permission, limits, and payment rail all pass.
Move before the market does
What if someone offered you a website in 2000? You would not wait until every competitor had one. Give AI agents a direct route to your business now. Agents should not have to read your website: parsing navigation, layouts, images, and marketing copy wastes computing resources, takes longer, and creates more opportunities for mistakes.
See it in action
Try four sample storefronts for food, physical products, multilingual catalogues, and booked services.
How your customer will pay
PAYAI is not tied to one checkout provider. Connect the accounts you want, and customers see only methods that are approved, healthy, and eligible for their order.
Selection Link
A safe link contains public product choices only—never an email, address, payment detail, or final price.
Review & Pay
The customer opens a secure link, checks the products, delivery details and total, then chooses one of the payment methods you connected.
Authorized Agent Pay
A previously authorised agent can pay only after PAYAI checks who it is, what the buyer allowed, the amount, and whether that payment rail supports safe agent use.
Provider onboarding and production approval are required before a method appears at checkout. Mollie and PayPal remain human-confirmed in the first release; Stripe agent payments require separate MPP access.
Protect every order
Require every agent order to use your product data and a final quote. Keep the exact products, price, delivery details, and payment status with every order.
Explicit Base USDC price · no fiat conversion
Promote it your way
Promote your endpoint yourself and submit the same address to AI directories and aggregators that accept external storefront links. Avoid rebuilding the tricky commerce logic that can lead to missing fields, wrong totals, duplicate orders, or broken payment states.
const response = await fetch(
"/api/agent/v1/storefronts/northstar-outfitters/quotes",
{
method: "POST",
headers: {
"Content-Type": "application/json",
"Idempotency-Key": requestId
},
body: JSON.stringify({
selections: [{
productId: "nor_shell",
variantId: "nor_shell_m",
quantity: 1
}],
destination: { country: "US", subdivision: "CO" },
fulfilment: { method: "SHIPPING" }
})
}
);Plans
Your PAYAI subscription is separate from the providers your customers use. Paid tiers and production rails stay clearly labelled until their billing, connection and provider approvals are live.
Publish your first storefront and prepare provider-neutral customer payments without a subscription.
For a larger catalogue with every customer payment connection available after provider approval.
For high-volume storefronts that need bounded agent permissions, policy controls and deeper tracking.
For custom payment limits, security controls, audit exports, support and managed provider onboarding.
EEA-first rollout
Your business remains responsible for what it sells, its prices, its policies, fulfilment, and refunds. PAYAI provides the storefront and order tools; it does not make those business decisions for you.
Frequently asked questions
What PAYAI does, how it fits beside your website, and what you control.
It is a web address made for shopping software. Instead of reading menus, banners, and page layouts, an agent receives clear product fields, current prices, availability, and checkout actions.
No. You can create your workspace, add products, publish them, and copy your storefront links from the dashboard. Developer tools are available for custom integrations.
No. Your website remains the place for people. PAYAI adds a second storefront built for shopping agents, so they do not have to interpret a page designed for human visitors.
Promote the shareable endpoint on your website, documentation, social profiles, or any channel you control. You can also submit the same address to compatible AI directories and aggregators.
Your business does. Funds go to the Stripe, Mollie, PayPal, bank, or verified USDC account you connect. PAYAI records and checks the payment but does not hold customer funds.
Yes. For each product, you choose whether it can be ordered directly, can only be quoted, or is shown as catalogue-only. You also choose whether it is published.
Yes. A business can create its workspace with its own country and ISO currency. The current PAYAI dashboard is in English.
Your agent storefront
Publish once, promote the same endpoint yourself, and submit it to compatible AI directories and aggregators.