Skip to content

Pi

Integrate Intutic governance with Pi Agent — Inflection AI's developer command-line assistant.

How it works

Intutic monitors and modifies .pi/hooks.json inside your workspace root. It registers hook scripts to intercept tool calls (such as file reads, writes, and command executions) and enforces policies at the process boundary.

Setup

1. Initialize Intutic

bash
intutic init

The CLI detects Pi Agent and registers it as a harness:

✓ Detected harnesses:
  • pi -> .pi/hooks.json

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 writes rules and configures:

  • Hook Configuration: .pi/hooks.json
  • Hook Script: .intutic/hooks/pi-check.js (invoked prior to tool executions, returning exit code 2 on block).

The circuit breaker for AI agents