Process control systems, supplier quality agents, and safety compliance AI touch data you cannot afford to expose — to competitors, regulators, or each other. AutoPIL enforces data isolation between processes and produces the audit chain your certifications require.
10 policies across quality control, supply chain operations, and safety compliance — separating defect detection and SPC data from procurement financials, and isolating OSHA incident records from production and customer data.
policies: # Defect detection agent — sensor and vision data; blocked from supplier contracts and financials - name: defect_detection_agent_policy agent_role: defect_detection_agent allowed_sources: - sensor_data - vision_system_outputs - spc_charts - product_specs denied_sources: - supplier_contracts - financial_ledgers - customer_data allowed_tasks: - defect_detection - quality_flagging - root_cause_initiation denied_tasks: - purchase_order_creation - pricing_decision 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/manufacturing/", audit_db="autopil.db", ) # policies/manufacturing/ — loads recursively # Switch verticals by changing the path — nothing else changes.
Pre-built policies for manufacturing are included in every AutoPIL trial. Extend or override any rule via the REST API without redeploying.