Create Bazaar Listing (engagement customers)
create_bazaar_listingUse this when a PAID engagement customer (valid bundle_key) wants their x402 endpoint listed in Coinbase's x402 Bazaar — the package is INCLUDED free with any engagement. Provisions the listing and returns a listing_key that drives the automated pipeline (get_bazaar_listing_kit → deploy → check_bazaar_listing). Buyers WITHOUT a bundle_key purchase the standalone $99 Bazaar Listing Package instead: agent wallets pay https://mudko.com/api/x402/bazaar-listing (x402, USDC on Base); humans ask at /talk for a card link. Details (resource_url, pay_to, price_usd, stack) are optional here — the kit tool collects whatever is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Customer email — the listing_key is bound to it (required). | ||
| stack | No | Server stack — picks the generated kit variant (optional). | |
| pay_to | No | Receiving wallet (0x… on Base) the endpoint pays to (optional). | |
| price_usd | No | Endpoint price per call in USD (optional). | |
| bundle_key | Yes | Engagement bundle key (required — this tool is the engagement freebie). | |
| resource_url | No | HTTPS URL of the endpoint to list (optional). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| listing | No | Listing summary incl. listing_key and state. | |
| message | No | ||
| next_step | No | The exact next call to make — the pipeline is resumable from any agent session. |