The framework for agent commerce readiness.

ZenBid lets agents discover what a business sells, read a public manifest from the existing website, and start authenticated offer or order workflows through ZenBid.

Agent discovery

Existing website page

<script data-zenbid-install="zbi_...">

Manifest URL

/api/v1/agent/manifest/{token}

Agent actions

view
offer
order

API rails

listings
offers
orders
payments
webhooks

The problem

Agents can find a business page, but commerce breaks at the handoff.

Existing websites are built for humans. They rarely tell agents what is for sale, which actions are allowed, or how to complete a bid or order through authenticated rails.

Human website

no action metadata
no authenticated order route

Agent handoff gaps

No reliable manifest

Agents guess from page text, markup, and stale snippets.

No trusted action path

Offers and orders fall back to forms, emails, or scraped flows.

No transaction record

Payment status, webhooks, identity, and audit trails fragment.

What is ZenBid

An agent layer on top of your digital presence.

Existing business website

data-zenbid-install="zbi_..."
Install

ZenBid readiness layer

Manifest

/api/v1/agent/manifest/{token}

Verified page
Published listing
viewofferorder
Publish
Expose

Agent commerce rails

listings
offers
orders
payments
webhooks
Route
Audit

Readiness flow

  1. 1Install
  2. 2Publish
  3. 3Expose
  4. 4Route
  5. 5Audit

Agent builder flow

From page discovery to trusted action.

Treat the existing website as the discovery surface and ZenBid as the transaction surface. Agents can read public listing context, then switch to authenticated rails when a buyer wants to bid or buy.

Read MCP guide
1

Read a public ZenBid manifest from an installed business page.

Manifest docs
2

Choose a supported action for the listing: view, offer, or order.

Offers API
3

Use ZenBid auth, API, or MCP routes to create offers and orders.

Orders API

What ZenBid is not

Agent access without unsafe shortcuts.

No scraping required

Agents read declared listing and action metadata instead of guessing from page content.

Not another chatbot

ZenBid provides commerce routes for agents, not a conversational widget sellers have to staff.

No exposed API keys

Public pages can publish manifests while authenticated actions stay behind ZenBid rails.

Identity still matters

Business verification, buyer identity, payment state, and audit history remain part of the workflow.