{
  "schema_version": "2026-09-23",
  "product_key": "aliev",
  "name": "AliEV EV Opportunity Intelligence",
  "public_url": "https://aliev.base44.app/",
  "agents_url": "https://aliev.base44.app/agents.html",
  "llms_url": "https://aliev.base44.app/llms.txt",
  "openapi_url": "https://aliev.base44.app/openapi.json",
  "http_gateway": "https://aliev.base44.app/functions/alievAgentGateway",
  "mcp_endpoint": "https://aliev.base44.app/functions/alievMcp",
  "intents": [
    "would EV charging make sense at this property",
    "analyze an EV charging site",
    "find commercial EV charging opportunities",
    "check nearby EV charging competition",
    "get EV site opportunity intelligence"
  ],
  "tools": [
    {
      "name": "analyze_ev_site",
      "access": "free_public_screen",
      "machine_callable": true
    },
    {
      "name": "get_aliev_offers",
      "access": "free",
      "machine_callable": true
    },
    {
      "name": "prepare_paid_handoff",
      "access": "human_confirmation_required",
      "machine_callable": true,
      "creates_checkout": false
    },
    {
      "name": "get_aliev_capabilities",
      "access": "free",
      "machine_callable": true
    }
  ],
  "offers": [
    {
      "offer_key": "opportunity_pack_250",
      "name": "Qualified Opportunity Pack · Pilot",
      "price_cents": 25000,
      "currency": "USD",
      "billing_mode": "one_time"
    },
    {
      "offer_key": "site_report_299",
      "name": "Preliminary Site Opportunity Report",
      "price_cents": 29900,
      "currency": "USD",
      "billing_mode": "one_time"
    },
    {
      "offer_key": "site_report_750",
      "name": "Full Site Opportunity Report",
      "price_cents": 75000,
      "currency": "USD",
      "billing_mode": "one_time"
    },
    {
      "offer_key": "territory_feed_2500_monthly",
      "name": "Territory Opportunity Feed",
      "price_cents": 250000,
      "currency": "USD",
      "billing_mode": "monthly"
    }
  ],
  "machine_state": "direct_callable",
  "confirmation_required_before_checkout": true,
  "verified_payment_required_for_entitlement": true,
  "evidence_rules": [
    "Missing is not zero.",
    "Mapped charger inventory is not utilization.",
    "Modeled values are not observed facts.",
    "Utility capacity and tariff assignment require utility confirmation.",
    "Program presence is not incentive eligibility.",
    "Public screening is not engineering, permitting, land-control, interconnection, financing or construction approval."
  ]
}