ZZanoraDocs

Introduction

Zanora is the commerce layer for AI agents. Sellers make an API or MCP tool payable per call. Buyers' agents find it and pay from their own wallets, within spending rules a person sets.

An AI agent that needs OCR, a data lookup or a model call usually hits a signup form, a credit card field and an API key it has to be given. Zanora removes those steps. A seller puts a price on an HTTP endpoint or MCP tool. A buyer's agent finds it, pays for one call from its own wallet and gets the answer back with a signed receipt. Money moves only when the call succeeds, and only within the limits the buyer's organisation set.

Start in five minutes

What you get

For buyersFor sellers
Identitya workspace, with one wallet per agenta provider, with a settlement wallet
Integrationan MCP config block, or @zanora/sdk@zanora/middleware-mcp or @zanora/middleware-express
Moneyfund by card, bank or USDC and spend per callpaid per call, less the platform fee; payouts to bank or USDC
Controlspending policies, daily budgets, human approvalsset prices, edit listings, see every sale
Proofa signed receipt for every call, bound to the answerthe same receipt for every sale

The hosted platform

Everything in these docs works against the hosted platform by default:

URLWhat it is
Gatewayhttps://api.zanora.devthe API, used by the SDK and the MCP packages
Consolehttps://console.zanora.devthe web app for signing up, funding wallets, approving spends, publishing and payouts
Demo sellerhttps://demo-seller.zanora.deva verified seller offering the same OCR function over REST (/ocr) and over MCP (/mcp)
Docshttps://docs.zanora.devthis site. Every page is also available as Markdown

How to read these docs

Each tab is written for one reader. Buyers and Sellers each start with an overview and a quickstart, then take setup and usage in the order you'll do them. Get started covers ideas that apply to both. API reference lists every route a buyer or seller can call. Every page has a Markdown version: add .md to the URL, or use Copy page.