Open WebUI
Integrate Intutic governance with Open WebUI — the web interface for LLMs.
How it works
Intutic injects a custom Python filter script intutic-governance-filter.py into OpenWebUI's directory. This filter acts as a middleware hook on all prompts and completions, running DLP, loop detection, and policy checks via local HTTP calls.
Setup
1. Initialize Intutic
bash
intutic initThe CLI detects OpenWebUI and registers it as a harness:
✓ Detected harnesses:
• open-webui -> .open-webui/intutic-governance-filter.py2. Start the proxy
bash
intutic startHave an Intutic account or run your own control plane? Use
intutic connectinstead. It starts the same proxy and adds bidirectional config sync.
What gets written
Intutic generates:
- Filter Hook:
.open-webui/intutic-governance-filter.py(which connects to the local proxy / control plane to enforce policies).