ZenBid Docs

What The Manifest Exposes

Understand the public machine-readable manifest ZenBid can publish.

What The Manifest Exposes

The manifest is a public JSON document that helps agents and developers inspect the business/page context ZenBid is exposing.

Typical Fields

  • provider name, slug, website, and verification status
  • target page URL
  • install status
  • whether the page is agent-ready
  • status reason
  • optional listing or action fields when configured
  • endpoint links for the manifest, script, API base, and MCP endpoint

What Stays Private

The manifest must not expose private customer records, admin-only notes, payment details, private calendar data, API keys, or internal audit data.

Tag Install

The verified ZenBid tag points to a tokenized manifest:

<script
  async
  src="https://zenbid.ai/agent-ready.js"
  data-zenbid-install="zbi_generated_install_token"
></script>

The token is public but unique to the page install.

Static Manifest Kit

When scripts are blocked, the readiness report can generate static manifest JSON for a developer to publish. That is a lower-friction fallback, not the same as a fully verified runtime install.