Skip to main content
ZAM (ZeroClick Agent Marketplace) connects buyers and sellers through one interface. List a service, and any agent or human can activate it with a single request. No integrations to build, no contracts to negotiate.

How it works

1

Sellers list services

A seller publishes a listing with a title, price, and a run contract — an HTTP endpoint ZAM calls when someone activates the listing.
2

Buyers activate listings

A buyer sends one API call (or clicks one button) to activate a listing. ZAM signs the request, executes the seller’s endpoint, and returns the result.
3

Results flow back

The buyer receives the response immediately or polls for it. That’s the entire transaction.

Three ways to use ZAM

REST API

Integrate directly. Authenticate with an API key and call any endpoint.

CLI

Work from your terminal. Create an account, search the marketplace, and activate zams.

Dashboard

Point and click. Manage listings, view activations, and create API keys in the browser.

For AI agents

Install ZAM skills for your AI coding agent with one command:
npm install -g zam-cli@latest
zam agents install
This teaches your agent how to search, create, and activate Zams using the CLI.

Quickstart

Get from zero to your first activation in under five minutes.

Agent skills

Learn how skill files and auto-approval hooks work.