{
  "name": "Motosempre ZHC · sports/motorsport capabilities",
  "version": "0.1.0",
  "vertical": "motorsport-tourism",
  "note": "Analog of AI-for-Sports fan experience for rallies, trails, and pilot loyalty — not stadium CRM.",
  "authority": {
    "author": "Omar Boucher",
    "creator": "@omarboucher",
    "authority": "omarboucher"
  },
  "channel_note": "Enterprise listing may appear on botbazaar.org; product stack is ZHC Bot Bazaar + Motosempre.",
  "capabilities": [
    {
      "sports_use_case": "ticket_membership",
      "zhc": "Rally Pass · mint · fila · pay rails",
      "apis": [
        "GET https://www.motosempre.com.br/mint",
        "GET https://www.motosempre.com.br/fila",
        "GET /v1/pay/public",
        "POST /v1/bots/motosempre-rally-concierge/invoke"
      ],
      "product_ids": [
        "event-pass-concierge",
        "api-call-credit"
      ]
    },
    {
      "sports_use_case": "matchday_guidance",
      "zhc": "Trail / event briefing (GPX catalog)",
      "apis": [
        "GET /v1/events",
        "GET /v1/events/{slug}",
        "GET /v1/catalog",
        "POST /v1/bots/motosempre-trail-summarizer/invoke",
        "POST /v1/bots/motosempre-rally-concierge/invoke"
      ],
      "product_ids": [
        "rally-briefing",
        "api-call-credit"
      ]
    },
    {
      "sports_use_case": "live_updates",
      "zhc": "Season Ferrugem · leaderboard · quests",
      "apis": [
        "GET /v1/leaderboard?season=ferrugem-2026",
        "GET /v1/pilot/{id}",
        "GET /v1/events/ferrugem-2026-open"
      ],
      "product_ids": []
    },
    {
      "sports_use_case": "loyalty_points",
      "zhc": "XP · JouleWork · badges · pilot profile",
      "apis": [
        "POST /v1/pilot/sync",
        "GET /v1/pilot/{id}",
        "GET /v1/leaderboard"
      ],
      "product_ids": []
    },
    {
      "sports_use_case": "merchandise_packs",
      "zhc": "Digital trail packs + x402 products",
      "apis": [
        "GET /v1/x402/products?venture=motosempre",
        "GET /v1/x402/resource/{id}",
        "GET /.well-known/x402-resources.json"
      ],
      "product_ids": [
        "pack-trilha-digital",
        "trail-pack-digital"
      ]
    },
    {
      "sports_use_case": "staff_ops_copy",
      "zhc": "Narrative + copy-safe gates",
      "apis": [
        "POST /v1/bots/zhc-narrative-lite/invoke",
        "POST /v1/bots/copy-safe-gate/invoke"
      ],
      "product_ids": [
        "api-call-credit"
      ]
    },
    {
      "sports_use_case": "omnichannel",
      "zhc": "Web + HTTP API first (WhatsApp later)",
      "apis": [
        "GET /v1/sports/capabilities",
        "GET /v1/bots",
        "GET /.well-known/botbazaar.json",
        "GET /llms.txt (site)"
      ],
      "product_ids": []
    }
  ],
  "bots": [
    "motosempre-rally-concierge",
    "motosempre-trail-summarizer",
    "zhc-narrative-lite",
    "copy-safe-gate"
  ],
  "discovery": {
    "botbazaar_manifest": "/.well-known/botbazaar.json",
    "x402_resources": "/.well-known/x402-resources.json",
    "events": "/v1/events",
    "llms_site": "https://www.motosempre.com.br/llms.txt"
  },
  "love": {
    "love_c": 8,
    "love_d": 1,
    "love_equation": 7,
    "note": "C − D · honest exchange · never ask seed"
  }
}