See what your agents believe.
The Control Plane is a local web UI that ships with Iranti. Browse your full memory store, watch agents connect in real time, inspect facts by entity, and resolve conflicts before they become bugs. It runs on your machine at localhost:7500.
Download the app
Download the latest release for your platform from GitHub. The Control Plane is a standalone app — no separate install step, no cloud account.
Download →Start it
With Iranti already running, open the Control Plane from the terminal. It connects to the local instance automatically.
iranti ui
The UI opens at localhost:7500. You can also open it directly in a browser after starting it.
Four panels
The Control Plane has four views. Each one covers a different part of your memory and agent activity.
Browse every entity type in your memory store. Search by entity or keyword, see live fact counts, and inspect individual facts with their confidence scores and source attribution.
See which agents are connected, what facts each one has accessed, and when they last checked in. Useful when multiple tools or agents share the same memory space.
Inspect system state and resolve write conflicts in a UI instead of a CLI prompt. When two agents disagree on the same fact, this is where you adjudicate it.
Full audit trail across every agent and session. See exactly what changed, who wrote it, and when — useful for debugging unexpected state or reviewing what happened in a previous session.
When to open it
The Control Plane is most useful when something feels wrong. If an agent is writing facts you did not expect, the Fleet Ledger shows exactly when and why. If two agents produced conflicting values for the same fact, Health and Conflicts surfaces it before the next session inherits the wrong state.
For routine operation you do not need it open — the CLI iranti doctor and iranti status cover the health checks. Use the UI when you want to browse or understand memory state visually.