Interfaces · Browser

Browser UI & API

A FastAPI application wraps the entire intelligence loop in HTTP: a Matter Command Center for humans, plus a scriptable API for machines. Both read the same ledger and honor the same gates.

Matter Command Center

The browser UI presents a live Command Center over openlegal matters: status at a glance, health endpoints, and OpenAPI discovery for every route. It is the dashboard companion to the terminal.

Because it is a local application, the Command Center renders your matters from your repository — it is not part of this public website, and nothing about your matters appears here.

The API

150+ routes across six functional domains:

Health & status

Live health, matter, model, and privacy status endpoints for automation and dashboards.

Intelligence

Ledger, classification, issues, and epistemic status over HTTP.

Research

Research planning, authority store, and gap/risk/opportunity queries.

Council & strategy

Debate, synthesis, strategy options, and war-game results.

Living systems

Observe and tick the living loop across the event fabric.

Agents

Read agent work and dependency graphs from the work layer.

Tooling note

The API is defined and exercised by the project’s own test matrix — the full route map has zero 5xx responses and honest 4xx behavior where an input is missing or unauthorized.

Related

Terminal UI

The same system, on the command line.

Read

Architecture

How the surfaces share one pipeline.

Read

Security

Authentication and boundary posture.

Read