Endpoint
Response
Response Fields
string
Human-readable name for the merchant agent. Configured via
AGENT_NAME in .env.string
Short description of the services offered. Configured via
AGENT_DESCRIPTION in .env.array
string
Path to the merchant’s reputation endpoint.
string
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