{
  "schema_version": "aliev.agent.manifest.v1",
  "name": "AliEV",
  "description": "Evidence-disciplined EV infrastructure opportunity intelligence.",
  "canonical_url": "https://aliev.base44.app/",
  "documentation_url": "https://aliev.base44.app/agents.html",
  "llms_txt_url": "https://aliev.base44.app/llms.txt",
  "openapi_url": "https://aliev.base44.app/openapi.json",
  "http_gateway": {
    "url": "https://base44.app/api/apps/69b9b64d86a732029ce0db81/functions/alievAgentGateway",
    "method": "POST",
    "actions": [
      "capabilities",
      "offers",
      "analyze_site",
      "create_handoff"
    ]
  },
  "mcp": {
    "url": "https://base44.app/api/apps/69b9b64d86a732029ce0db81/functions/alievMcp",
    "transport": "http",
    "tools": [
      "analyze_ev_site",
      "get_aliev_offers",
      "prepare_paid_handoff",
      "get_aliev_capabilities"
    ]
  },
  "primary_capability": {
    "id": "analyze_ev_site",
    "input_schema": {
      "address": "string"
    },
    "access": "free_public_screen",
    "output_schema": "aliev.agent.site_screen.v1"
  },
  "commercial_boundary": {
    "discovery_can_be_machine_initiated": true,
    "paid_handoff_can_be_machine_prepared": true,
    "machine_can_silently_create_payment": false,
    "human_confirmation_required_for_paid_offer": true,
    "authoritative_payment_verification_required_for_entitlement": true
  },
  "pricing": [
    {
      "offer_key": "site_report_299",
      "name": "AliEV Preliminary Site Opportunity Report",
      "amount_usd": 299,
      "billing_mode": "one_time"
    },
    {
      "offer_key": "site_report_750",
      "name": "AliEV Full Site Opportunity Report",
      "amount_usd": 750,
      "billing_mode": "one_time"
    },
    {
      "offer_key": "opportunity_pack_250",
      "name": "AliEV Qualified Opportunity Pack · Pilot",
      "amount_usd": 250,
      "billing_mode": "one_time"
    },
    {
      "offer_key": "territory_feed_2500_monthly",
      "name": "AliEV Territory Opportunity Feed",
      "amount_usd": 2500,
      "billing_mode": "subscription"
    }
  ],
  "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."
  ]
}