The service manifest is a machine-readable JSON document that buyer agents use to understand what a merchant sells, at what price, and how to interact.Documentation Index
Fetch the complete documentation index at: https://xavierscript.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Response
Response Fields
Human-readable name for the merchant agent. Configured via
AGENT_NAME in .env.Short description of the services offered. Configured via
AGENT_DESCRIPTION in .env.Path to the merchant’s reputation endpoint.
Solana public key that receives USDC payments.
How Buyer Agents Use This
After discovering a merchant viadiscover_registry, a buyer agent calls read_manifest to fetch this document. The agent then:
- Parses the available services
- Compares prices
- Selects the service to purchase
- Uses
probe_x402to confirm on-chain payment details - Executes the purchase via
pay_x402_invoice