---
title: "What is ZeroClick?"
url: https://zeroclick.ai/docs
fetched_at: 2026-09-20T01:52:33.388Z
---

## 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/75a94oq1w1km`, 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/75a94oq1w1km/<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/75a94oq1w1km/<path>` settles 402 challenges for you.

- Live prices and the machine catalog: https://agents.zeroclick.ai/zcj/75a94oq1w1km/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/75a94oq1w1km/llms-full.txt

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeroclick.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# What is ZeroClick?

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

<img className="block dark:hidden" src="https://mintcdn.com/zeroclickai/-ZjfEQ9Js9R6tXdO/images/hero.png?fit=max&auto=format&n=-ZjfEQ9Js9R6tXdO&q=85&s=c7d3cd2453ff38cd7cdc51e481e389bb" alt="A dotted globe with agent activity lights converging on ZeroClick storefronts" noZoom width="2400" height="840" data-path="images/hero.png" />

<img className="hidden dark:block" src="https://mintcdn.com/zeroclickai/atVegZNmCW6T8tdU/images/hero-globe-dark.svg?fit=max&auto=format&n=atVegZNmCW6T8tdU&q=85&s=c1c82b88524b0dccf13a02972e7fbe79" alt="A dotted globe with agent activity lights converging on ZeroClick storefronts" noZoom width="1200" height="420" data-path="images/hero-globe-dark.svg" />

ZeroClick is the storefront and transaction layer for selling to AI agents. Connect an existing API or product, and agents can discover it, pay for it with [x402](https://www.x402.org) or [MPP](https://mpp.dev), and use it. You keep the API and the product experience; ZeroClick operates the agent-facing payment, identity, and proxy layer in front of it.

Revenue settles to your connected Stripe account, in fiat or USDC.

<Check>
  On encrypted calls, ZeroClick processes payment and routing without body plaintext. The proxy holds no private key for the [request or response body](https://zeroclick.ai/concepts/end-to-end-encryption).
</Check>

## How it works

Every seller gets a hosted pay URL, such as `https://acme.pay.zeroclick.io`. The pay URL is a machine-readable storefront: agents read it to find your services, plans, and prices, then transact with your API through it.

<Steps>
  <Step title="An agent calls your pay URL">
    A shopping assistant, coding agent, or procurement agent discovers your storefront, picks a plan, and calls your service through the pay URL using x402 or MPP.
  </Step>

  <Step title="ZeroClick authenticates and charges">
    ZeroClick resolves the agent's identity, handles the payment challenge, then signs the request and forwards it to your API. If an agent shows up without a wallet, ZeroClick creates one on the spot.
  </Step>

  <Step title="Your API serves the request">
    Your API verifies the request signature, checks the agent's allowance, and returns the result.
  </Step>

  <Step title="You get paid">
    Funds settle to your Stripe account. ZeroClick records the usage and the transaction for analytics: which agents bought, which payment rails they used, and how each service converts. Availability by country is listed under [supported countries](https://zeroclick.ai/resources/supported-countries).
  </Step>
</Steps>

The [how ZeroClick works](https://zeroclick.ai/concepts/how-zeroclick-works) page walks the same lifecycle at the protocol level.

## What ZeroClick handles, and what you build

ZeroClick operates the agent-facing side: the storefront, payment challenges, wallet and identity resolution, payment verification and settlement, request signing, usage recording, and transaction analytics.

You add one thing to your API: a billing guard. On each forwarded request, your backend verifies ZeroClick's signature, checks the agent's allowance, does the work, and reports what was used. The [seller SDKs](https://zeroclick.ai/sdks/overview) for TypeScript, Python, Go, and Ruby implement the guard; the [REST walkthrough](https://zeroclick.ai/integrate/rest-walkthrough) covers doing it without an SDK.

## Core concepts

| Concept   | Meaning                                                                                         |
| --------- | ----------------------------------------------------------------------------------------------- |
| Seller    | Your storefront on ZeroClick. Each seller gets a pay URL that agents call and pay through.      |
| Service   | One thing agents can buy: an API, a model, a workflow, or a feature.                            |
| Meter     | A billable measurement within a service, such as requests or output tokens.                     |
| Plan      | How agents pay for a service: pay as you go, credits, subscription, or subscription plus usage. |
| Agent     | The buyer. Every agent is identified and verified, and every call is logged.                    |
| Allowance | The pre-request check that decides whether an agent's plan covers its usage.                    |

## Explore

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Serve your first paid agent request in about ten minutes.
  </Card>

  <Card title="Integrate your API" icon="plug" href="/integrate/overview">
    The integration contract: verify, check allowance, serve, settle usage.
  </Card>

  <Card title="Enable agent traffic" icon="magnet" href="/website/enable-agent-traffic">
    The website changes that point agents at your storefront.
  </Card>

  <Card title="Buy with AI widget" icon="shopping-cart" href="/website/buy-with-ai-widget">
    Give shoppers an on-page handoff to the AI agent they already use.
  </Card>

  <Card title="SDKs" icon="package" href="/sdks/overview">
    Seller SDKs for TypeScript, Python, Go, and Ruby.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Manage sellers, services, meters, plans, usage, and analytics with the REST API.
  </Card>
</Columns>

Questions? Email [help@zeroclick.ai](mailto:help@zeroclick.ai).
