Most merchants will not care about agentic commerce protocol debates. They will care whether agents can understand their products, policies, prices, inventory, returns, geographic restrictions, and trust credentials. The Merchant Agent Readiness Kit gives any merchant a structured path to becoming agent discoverable without joining every protocol network individually.
Status: The kit is a v0.1 working draft. Tooling described here is in development. Autheo Foundation grants support builders extending this kit through manifest generators, validators, scoring tools, and platform integrations.
Merchant manifest
A merchant manifest is a JSON document that describes the merchant in agent readable form. It is hosted at a well known URL on the merchant's site or in the agentic registry where the merchant has chosen to publish.
identity
Field
Description
merchantId
Stable identifier, typically a DID or canonical URL.
displayName
Public merchant name.
legalEntity
Legal entity name and jurisdiction.
website
Public homepage URL.
contact
Object with email and optional phone and address.
merchantCredentialRef
Optional reference to a KYA Merchant Credential.
policies
Field
Description
returns
URL or inline structured return policy.
shipping
URL or inline structured shipping policy.
privacy
Privacy policy URL.
terms
Terms of service URL.
disputes
Optional structured dispute resolution policy.
geoRestrictions
Allowed and disallowed regions.
catalog
Field
Description
catalogFeed
URL of the agent readable product feed.
feedFormat
Feed format identifier, e.g. schema.org.product.v2 or acp.feed.v1.
inventorySignal
Optional URL or convention for inventory state checks.
updateCadence
How often the feed is refreshed.
agentSupport
Field
Description
acceptsKyaAgents
Whether the merchant transacts with KYA credentialed agents.
Autheo Foundation supports developers extending the kit through Shopify and WooCommerce manifest generators, static site manifest generators, return policy parsers, catalog to manifest converters, merchant readiness scoring tools, and hosted manifest endpoints and validators.