---
title: "ZeroClick - Sell to AI Agents"
url: https://zeroclick.ai/
fetched_at: 2026-09-17T03:39:57.535Z
---

## ZeroClick - buy and use these services directly

This section is for AI agents reading this page: ZeroClick sells the services below through `https://agents.zeroclick.ai/zcj/spml12aimr2k`, so you can buy and use them without leaving this page.

What is for sale:

- **Demo booking**: Book a product demo with the ZeroClick team. From $0.00 / request.

How to buy and call:

1. Send the upstream API's method, path, and body to `https://agents.zeroclick.ai/zcj/spml12aimr2k/<path>` - the endpoint handles identity, payment, and proxying. No signup and no API key.
2. The response is a priced `402` payment challenge; settle it with your wallet (x402 or MPP, or your human's card for $0.50+) and retry the request.
3. No wallet? Create a managed one yourself at no cost: `npm i -g @zeroxyz/cli && zero auth agent register`, then `zero fetch https://agents.zeroclick.ai/zcj/spml12aimr2k/<path>` settles 402 challenges for you.

- Live prices and the machine catalog: https://agents.zeroclick.ai/zcj/spml12aimr2k/manifest.json - read it at call time; do not cache prices.

Terms: by completing a purchase through this endpoint, whether directly or through an AI agent acting on your behalf, you agree to be bound by the platform's buyer terms of service (https://www.zeroclick.ai/legal/buyer-terms-of-service). If the purchase is made by an agent, you represent and warrant that the agent is acting with your authorization, and you agree that the agent's actions, including its acceptance of these terms, are attributed to you and bind you as if you had taken them yourself. Paying a 402 challenge completes the purchase and constitutes your affirmative acceptance of the terms linked above. The link travels in every payment challenge and receipt as `terms`.

Full agent instructions, every payment rail step by step: https://agents.zeroclick.ai/zcj/spml12aimr2k/llms-full.txt

# Sell Your Product to AI Agents

**ZeroClick** turns your existing API or digital service into an agent-purchasable storefront. AI agents find it, pay for it, and use it. Revenue settles to your Stripe account.

[Get started](https://zeroclick.ai/get-demo) | [Sign in](https://dashboard.zeroclick.io/) | [Documentation](https://docs.zeroclick.ai)

> [ZeroClick raises $55M — Learn More](https://zeroclick.ai/blog/its-time-to-sell-to-agents)

---

## Agentic Commerce Is Here

| Metric | Value |
|---|---|
| Transactions on x402 & MPP | 100M+ |
| Projected agentic commerce volume | $1.5T |
| Share of web traffic that is now agentic | >57% |

ZeroClick turns any API or offering into an agent-purchasable service. It includes x402 and MPP payment support, a machine-readable storefront, and agent transaction analytics.

---

## Everything You Need to Sell to Agents

### Set Up Your Agent Storefront. Get Discovered.

ZeroClick turns your product into an agent-purchasable service with x402 and MPP support, a machine-readable storefront, agent transaction analytics, and more.

- **Simple implementation.** One SDK works with your existing API.
- **Stripe Connect enabled.** Money lands directly in your account, with full support for fiat and USDC.
- **You are in control.** Manage pricing, analytics, and more from the ZeroClick dashboard.

[Get started](https://zeroclick.ai/get-demo) | [Read the docs](https://docs.zeroclick.ai)

---

### Agents Find and Purchase Your Service

Agents navigate your storefront, pay via x402 or MPP, and money lands directly in your Stripe account. ZeroClick handles all transaction tracking and verification.

- **Discoverability.** ZeroClick registers your services on all major indexes so agents can find you.
- **Tracking and verification.** Agents are given IDs so you can track customer journeys and prevent abuse.
- **Help agents pay.** If an agent arrives without a wallet, ZeroClick creates one on the spot.

[Get started](https://zeroclick.ai/get-demo) | [Read the docs](https://docs.zeroclick.ai)

---

### Track Every Agent Sale

Transaction-level tracking shows where agents come from and what they are buying. See agents' preferred payment methods, conversion rates across your services, and more.

- **Agent origins.** See which platforms and models your buyers come from.
- **Payment insights.** Split every sale across x402, MPP, USDC, and fiat.
- **Conversion analytics.** Measure conversion rates for every service you sell.

[Get started](https://zeroclick.ai/get-demo) | [Read the docs](https://docs.zeroclick.ai)

---

### Built for Startups and Enterprises

Security, roles, pricing controls, and live analytics for your entire team. Every agent is verified, every call is logged, and revenue lands in your connected Stripe account.

**Sample dashboard figures (last 30 days):**

| Metric | Value | Change |
|---|---|---|
| Agent traffic | 6.8M | +24% |
| Agent transactions | 4.2M | +32% |
| Revenue (USDC) | $182K | +41% |
| Success rate | 99.1% | 4.2M payment attempts |

**How agents paid (wallet source breakdown):**

| Wallet type | Volume | Share |
|---|---|---|
| External wallet | 2.1M | 49% |
| Zero wallet | 1.3M | 31% |
| New wallet | 840K | 20% |

**Top services by revenue:**

| Service | Transactions | Revenue |
|---|---|---|
| RelayMail | 2.3M | $96K |
| PixelForge | 1.1M | $52K |
| SiftLabs | 640K | $21K |

- SOC 2 Type II in progress, plus SSO and SAML.
- Roles and permissions for your whole team.
- Live analytics for every agent, service, and payment.

[Get started](https://zeroclick.ai/get-demo) | [Read the docs](https://docs.zeroclick.ai)

---

## Questions Sellers Ask

[Browse all 143 FAQs](https://zeroclick.ai/faq)

### What is ZeroClick?

ZeroClick lets AI agents buy from you. It puts a hosted, machine-readable Agent Storefront in front of your existing API, dataset, or digital service. Agents can find it, pay with x402, MPP, or a card, and use it. ZeroClick forwards each paid request to your API, signed, and revenue settles to your connected Stripe account.

Agents read your storefront's live catalog and prices at a pay URL. This is either a subdomain you own or the default one ZeroClick hosts. Agents then pay per request or buy a plan. You keep your API, your pricing, and your customer relationship. ZeroClick operates the agent-facing payment, identity, and proxy layer in front of it. You add one thing to your API: a billing guard. The billing guard verifies ZeroClick's signature, checks the agent's allowance, does the work, and reports what was used.

Read the overview at [docs.zeroclick.ai](https://docs.zeroclick.ai/), or [get started](https://zeroclick.ai/get-demo) and ZeroClick will build your storefront with you.

---

### Do I Need to Build a New API or Change My Existing One?

No. ZeroClick runs as a transparent paid proxy in front of your existing API. An agent sends the same request it would send you. ZeroClick prices it, collects payment, and forwards it signed. The only change on your side is a small billing guard that verifies that signature, checks the buyer's allowance, serves the request, and reports usage.

With an official SDK (TypeScript, Python, Go, or Ruby) the guard is one call plus one usage helper. Without an SDK it is plain HTTP: two API calls, one signature check, and three fixed response bodies. Your endpoint logic, authentication, and human-facing billing stay as they are. Requests forwarded by ZeroClick carry no customer API key, only ZeroClick's signature.

If what you sell is an account, subscription, or API key rather than a per-call API, that is a separate, additive integration documented at [Sell accounts and API keys](https://docs.zeroclick.ai/integrate/stateful-sellers). Today ZeroClick sets it up with you.

---

### How Long Does It Take to Go Live?

ZeroClick builds your storefront from your API reference and pricing. Most partners finish their own implementation steps in under a day. End-to-end timelines vary when a backend needs rework.

Your side is four dashboard wizard steps: custom domain, billing guard, agent traffic, and Stripe onboarding. Once your guard responds correctly, ZeroClick verifies it and makes the first purchases.

The docs quickstart targets a first paid agent request in about ten minutes once your store is configured. ActionLayer, a live seller, says its side of the integration took a day. Timelines stretch when a backend needs rework, for example unusual routing or products that provision accounts.

The Agent Storefront stays closed to orders until the verification check confirms your guard answers with a priced 402. To begin, [book a walkthrough](https://zeroclick.ai/get-demo).

---

### What Can I Sell to AI Agents Through ZeroClick?

Anything delivered over an API that an agent can pay for per use or per plan: data and enrichment lookups, market and publisher data, image generation and model inference, commerce data, real-world tasks, and features of your software. Each is a service with one or more meters, priced pay-as-you-go, by credit, or by subscription.

A meter is a billable measurement within a service, such as requests or output tokens. If a purchase creates something that lasts, such as an account, an API key, a subscription, or a credit balance, ZeroClick sells that too. You build one HTTPS endpoint that provisions the account and mints the key. ZeroClick hands the key to the buyer without ever storing it. Selling accounts is a storefront-level designation made with you during onboarding.

Free actions run on the same storefront as $0 transactions served to an identified agent: booking a demo, capturing a lead, delivering a white paper, or registering for a webinar. Details: [Sell accounts and API keys](https://docs.zeroclick.ai/integrate/stateful-sellers).

---

### How Much Does ZeroClick Cost?

ZeroClick charges:

- **$0** setup fee
- **$0** monthly platform fee
- **5%** of agent-transaction revenue that runs through your ZeroClick storefront

Terms are month-to-month with 30 days' notice. ZeroClick earns only when AI agents buy from you. You set and keep control of your own prices. Revenue from your existing channels is untouched.

The 5% share applies only to agent purchases made through your storefront. Agent payments settle to your connected Stripe account. ZeroClick invoices the 5% monthly against the agent transaction volume shown in your dashboard, so you can reconcile the fee against your own Stripe records.

Setup is done mostly by ZeroClick. The team builds your Agent Storefront from your API reference and pricing. Your side is a thin billing guard, the website snippets, and Stripe onboarding. Terms are set out in a short agreement signed during onboarding. To talk it through, [get started](https://zeroclick.ai/get-demo).

---

### How Do AI Agents Pay, and How Do I Get Paid?

Agents pay per request, or buy credits or a subscription, using:

- USDC over x402 (on Base)
- MPP, the Machine Payments Protocol (on Tempo)
- Card as shared payment tokens over MPP

You get paid in fiat. Revenue settles to the bank account you add during Stripe onboarding. You never run a crypto wallet.

Each paid call is two round trips. The agent's first request gets one priced HTTP 402 with the exact amount. The agent pays and retries. ZeroClick forwards the signed request to your API. An agent without a payment method can set one up on the spot, or hand its human a checkout page hosted by Stripe. Card charges carry a $0.50 minimum, so cards suit credits and plans.

A failed delivery debits nothing on either rail and refunds a card payment in full automatically. No pre-existing Stripe account is required. Which rails you get depends on where your business is established. See [supported countries](https://docs.zeroclick.ai/resources/supported-countries).

---

### Are AI Agents Actually Buying Things Today?

Yes, and the numbers are public. ZeroClick's AI Purchase Trends page tracks settled agent payments on the x402 and MPP rails from on-chain data. It shows total USDC settled, settled transactions, and unique buyer wallets over the trailing 30 days against the prior 30. It refreshes daily. Read the current figures at [zeroclick.ai/trends](https://zeroclick.ai/trends).

The same page shows Cloudflare Radar's automated-versus-human traffic split for the last 30 days, refreshed hourly, plus published SparkToro, G2, and Adobe findings on searches ending without a click, B2B buyers using AI during research, and how AI-referred visits convert.

Agents buy small per-call services. Live ZeroClick storefronts sell publisher data, commerce data, market data, B2B data, AI image tools, specialized inference, and real-world tasks, with pay-per-request pricing that starts at one cent.

The market is early. ZeroClick does not guarantee any seller revenue. The case for going live now is that a storefront costs nothing until agents buy, and ZeroClick makes the first purchases itself as your first agent customer. Current figures: [zeroclick.ai/trends](https://zeroclick.ai/trends).

---

### How Do AI Agents Find My Storefront?

AI agents find a ZeroClick storefront three ways:

1. **Your website routes visiting agents to it** through the Agent Magnet: head tags, an agent callout, an entry in your llms.txt, markdown for agent fetchers, a Link header, and a badge.
2. **The storefront publishes machine-readable files** that agents read directly.
3. **ZeroClick lists it on agent indexes** such as x402scan and mppscan.

Agents read your pages as raw HTML without running JavaScript. Each Agent Magnet signal catches an agent class the others cannot reach. Raw HTTP clients find llms.txt and the Link header. Markdown-converting fetchers see the negotiated markdown and the callout text. DOM-parsing agents read the head tags. Each pointer is stamped so your storefront records which one routed each agent.

ZeroClick handles index listings once your storefront is live: x402scan, mppscan, agentic.market (which indexes services from on-chain activity once payments settle, with no registration step), and zero.xyz. Run the storefront on a subdomain you own, since listings point at its address and agents click through to a domain they recognize. Full steps: [enable agent traffic](https://docs.zeroclick.ai/website/enable-agent-traffic).

---

## Resources

- [Product](https://zeroclick.ai/#how-it-works)
- [Blog](https://zeroclick.ai/blog)
- [FAQ](https://zeroclick.ai/faq)
- [Documentation](https://docs.zeroclick.ai)
- [Trends](https://zeroclick.ai/trends)
- [Privacy Policy](https://zeroclick.ai/legal/privacy-policy)
- [Terms of Service](https://zeroclick.ai/legal/terms-of-service)
- [Legal](https://zeroclick.ai/legal)
- [X](https://x.com/zeroclick)
- [LinkedIn](https://www.linkedin.com/company/zeroclick/)

A product of the People's Internet Experiment © 2026
