{
  "name": "TexMKT",
  "version": "1.0",
  "description": "Open agent-native product marketplace. Any Shopify merchant can list. Any agent can query.",
  "endpoints": {
    "match": "https://texflow.work/texmkt/api/match",
    "topup": "https://texflow.work/texmkt/api/credits/topup",
    "onboard": "https://texflow.work/texmkt/api/onboard",
    "merchants": "https://texflow.work/texmkt/api/merchants"
  },
  "catalogs": [
    {
      "merchant": "Zoologist Perfumes",
      "slug": "zoologist-perfumes",
      "category": "fragrance",
      "url": "https://texflow.work/.well-known/catalogs/zoologist-perfumes.json"
    }
  ],
  "pricing": {
    "query_fee_usd": 0.1,
    "onboarding": "free",
    "payment_methods": [
      "stripe",
      "prepaid_credits"
    ]
  },
  "input_schema": {
    "goal": "string (natural language, required)",
    "agent_id": "string (required for fee deduction)",
    "budget_usd": "number (optional)",
    "merchant_slug": "string (optional — filter results to one merchant)"
  }
}