ZeroClick puts an agent-ready storefront in front of your existing API. AI agents discover your service, buy access using the pricing model you choose, and call your API through a ZeroClick proxy. You keep your own authentication, your own infrastructure, and your own pricing. ZeroClick handles discovery, checkout, key provisioning, usage tracking, and billing.
You integrate once. After that, every product you publish in the dashboard is immediately purchasable and usable by agents.
https://{service-slug}.pay.zeroclick.io/plans/{planId}/purchase.https://{service-slug}.pay.zeroclick.io/*. ZeroClick proxies each request
to your upstream URL and injects the buyer's API key, so requests arrive at
your API already authenticated. Proxied calls use zero-cost MPP/x402 wallet
identity; they do not move funds.402 Payment Required with a
reason. A buyer may extend funded balance, or an expired subscription buyer
may renew.Your API stays yours
ZeroClick never stores your users' data or rewrites your API surface. The proxy forwards requests to your upstream URL unchanged, apart from injecting the buyer's API key.
support: priority.ZeroClick never holds your money. When an agent buys a plan at
/plans/{planId}/purchase or extends funded balance at /extend, the funds
move directly from the buyer to your payout address. There is no ZeroClick
balance, no payout schedule, and no withdrawal step: the purchase and the
payment to you are the same transaction.
Start with the Quickstart to get a service live end-to-end, or go straight to the API key exchange contract if you're ready to write code.