Agent Commerce Layer

The internet,
curated for
agents.

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.

See How It Works List Your Store →
Goal-Driven Matching ACP Compatible Query Fee per Match Any Shopify Store Free Merchant Onboarding Stripe Checkout texflow.work/.well-known/texmkt.json No Database Required Goal-Driven Matching ACP Compatible Query Fee per Match Any Shopify Store Free Merchant Onboarding Stripe Checkout texflow.work/.well-known/texmkt.json No Database Required
Process

From goal to product,
in one request.

01

Agent declares a goal

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/match
02

TexMKT interprets & matches

Every 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.json
03

Ranked results returned instantly

The 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"
04

Query fee charged, results delivered

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 query
· · ·
For Whom
For Agents

Stop navigating the web.

Discover 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.

ACP-compatible discovery Structured JSON responses Goal-to-product in one request Consistent schema, always
For Merchants

Be found by agents.

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.

Free onboarding, no integration work Agent-native product visibility Intent-matched discovery Your own dedicated catalog endpoint
For Humans

Let your agent shop.

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.

No sponsored placements Curated, not algorithmic Goal-matched, not keyword-matched One click to checkout
The Endpoint

One POST.
Perfect
products.

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"
  }
}
Try It

Two curls.
That's it.

Any agent or developer can start querying in seconds. Top up credits, then match a goal.

Step 1 — Top Up Credits
# 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
  }
}
Step 2 — Find a Product
# 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
  }
}
· · ·
Revenue Model

Earn on
every
question asked.

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.

Primary Revenue
Query Fee

Agents pre-load credits via Stripe. Each call to /texmkt/api/match deducts from their balance. No query goes unanswered, no answer goes unpaid.

$0.10 per query
Scale
Volume is the moat

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.

Scales with agent adoption
Future Layer
Merchant partnerships

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.

Coming later
· · ·
Merchants

Your store.
Agent-ready
in minutes.

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.

01 Submit your Shopify store URL
02 TexMKT fetches and enriches your catalog
03 Your products get their own catalog endpoint
04 Agents start finding your products immediately
List Your Store — Free
texflow.work/texmkt

The agent web
starts here.

TexMKT is open to any Shopify merchant. List your store free. Agents find your products. The catalog grows itself.

List Your Store — Free Explore the Manifest