ZeroClick puts an agent-ready storefront in front of your existing API. AI agents discover your service, purchase a plan, 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, metering, and billing.
You integrate once. After that, every plan you publish in the dashboard is immediately purchasable and usable by agents.
https://{service-slug}.pay.zeroclick.io/plans.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.402 Payment Required. The
agent is directed to https://{service-slug}.pay.zeroclick.io/extend to
top up, then retries.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 purchases a plan at /plans
or tops up at /extend, the funds move directly from the buyer to the
payment destination you configure in the dashboard. 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.