Route optimization, demand forecasting, and fleet AI agents touch sensitive commercial contracts, shipper data, and real-time location feeds. AutoPIL enforces access policy across every data source — audit-ready from day one, without slowing your agents down.
9 policies across supply chain, fleet operations, and customs compliance — addressing the cross-border data sovereignty and trade compliance requirements of global logistics operators.
policies: # Demand forecast agent — sales and inventory data; blocked from carrier contracts and driver records - name: demand_forecast_agent_policy agent_role: demand_forecast_agent allowed_sources: - sales_history - inventory_levels - market_signals - supplier_lead_times denied_sources: - carrier_contracts - driver_records - financial_ledgers allowed_tasks: - demand_forecasting - replenishment_planning - supplier_recommendation denied_tasks: - purchase_order_creation - carrier_booking - sanctions_screening max_sensitivity: medium
Point policy_path at your industry directory. AutoPIL loads every
YAML file recursively — roles, sensitivity rules, and process groups wired up
automatically from the directory structure. No additional config needed.
Policies are hot-reloaded at runtime. Extend or override any pre-built policy via the REST API without redeploying your agents or restarting services.
from autopil import ContextGuard # Point at your industry — only those policies load guard = ContextGuard( policy_path="policies/logistics/", audit_db="autopil.db", ) # policies/logistics/ — loads recursively # Switch verticals by changing the path — nothing else changes.
Pre-built policies for logistics are included in every AutoPIL trial. Extend or override any rule via the REST API without redeploying.