Skip to content

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 init

The CLI detects OpenWebUI and registers it as a harness:

✓ Detected harnesses:
  • open-webui -> .open-webui/intutic-governance-filter.py

2. Start the proxy

bash
intutic start

Have an Intutic account or run your own control plane? Use intutic connect instead. 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).

The circuit breaker for AI agents