Agents declare a goal. TexMKT returns the perfect physical product from any registered merchant — priced, matched, and ready to purchase. No scraping. No browsing. One endpoint.
Any AI agent — personal assistant, shopping concierge, gifting tool — sends a plain-language goal to the TexMKT endpoint. No special integration required, just a POST request.
POST /texmkt/api/matchEvery registered merchant catalog is enriched with tags, use-cases, and structured metadata. Goals are scored against all catalogs simultaneously and ranked by relevance — across any product type, any category.
texflow.work/.well-known/texmkt.jsonThe agent receives a ranked list of products: title, merchant, price, relevance reason, and a direct product URL. The human is never asked to browse.
"relevance_reason": "Matched: wireless, earbuds, within budget"Each match request deducts a small fee from the agent's pre-loaded Stripe credit balance. TexMKT earns on every query — whether or not a purchase follows. No sale required.
$0.10 per match queryDiscover curated physical products through a single, structured endpoint. Declare a goal in plain language and receive ranked results with purchase-ready URLs. No crawling. No parsing HTML. No guesswork.
Any Shopify store can list on TexMKT for free. Your products are imported, enriched, and served to AI agents at the moment of purchase intent — across any category, any niche.
Tell your AI what you need. It handles the research, the comparison, the selection. You get a recommendation that actually matches your goal — not a list of sponsored results and dark patterns.
Any agent that can make an HTTP request can access TexMKT. The discovery manifest lives at /.well-known/texmkt.json — ACP-compliant, self-describing, instantly parseable.
// POST /texmkt/api/match { "agent_id": "my-assistant-01", "goal": "wireless earbuds for the gym under $150", "budget_usd": 150 } // Response { "status": "ok", "data": { "matches": [{ "rank": 1, "title": "Sony WF-1000XM5", "merchant": "JB Hi-Fi", "score": 0.91, "price_usd": "129.00", "relevance_reason": "wireless, earbuds, within budget", "checkout_url": "texflow.work/texmkt/..." }], "query_fee_charged": 0.10, "credits_remaining": 2.40 }, "meta": { "platform": "texmkt" } }
Any agent or developer can start querying in seconds. Top up credits, then match a goal.
# Add query credits (use /credits/topup for Stripe, or /credits/seed for testing) $ curl -X POST https://texflow.work/texmkt/api/credits/seed \ -H 'Content-Type: application/json' \ -d '{ "agent_id": "my-assistant-01", "amount_usd": 10.00 }' // Response { "status": "ok", "data": { "agent_id": "my-assistant-01", "credited": 10.00, "balance_usd": 10.00 } }
# Declare a goal — TexMKT returns ranked matches $ curl -X POST https://texflow.work/texmkt/api/match \ -H 'Content-Type: application/json' \ -d '{ "agent_id": "my-assistant-01", "goal": "unique nature-inspired fragrance as a gift", "budget_usd": 250 }' // Response { "status": "ok", "data": { "goal_received": "unique nature-inspired fragrance as a gift", "matches": [{ "rank": 1, "title": "Hummingbird Eau de Parfum", "merchant": "Zoologist Perfumes", "score": 0.80, "price_usd": "175.00", "relevance_reason": "Matched: nature, fragrance, gift", "checkout_url": "texflow.work/texmkt/checkout/..." }], "query_fee_charged": 0.10, "credits_remaining": 9.90 } }
TexMKT's primary revenue is the query fee — a micro-transaction charged each time an agent hits the goal-matching endpoint. No sale required. No merchant relationship required. Just agents asking questions, and TexMKT answering them. Volume compounds automatically as more merchants list and more agents come online.
Agents pre-load credits via Stripe. Each call to /texmkt/api/match deducts from their balance. No query goes unanswered, no answer goes unpaid.
At 1,000 queries/day that's $100. At 10,000 it's $1,000. The fee is small enough that agents don't hesitate, large enough that volume creates a real business. Infrastructure, not transactions.
Once query volume is established, merchant relationships and referral arrangements become negotiable from a position of proven traffic. The query fee proves the value first.
Any public Shopify store can list on TexMKT for free. Submit your store URL and your entire product catalog will be imported, enriched with agent-readable metadata, and served at its own dedicated endpoint — immediately queryable by any AI agent.
No code changes. No API keys. No ongoing maintenance. TexMKT reads your public /products.json endpoint and handles the rest.
TexMKT is open to any Shopify merchant. List your store free. Agents find your products. The catalog grows itself.