Back to docs home
UI Console docs
Reference material for the MACP UI Console itself — architecture, API integration, feature surface, and changelog.
All documents
6 documents.
- API integrationThis document covers how the UI Console talks to its two upstream services. Endpoint schemas and request/response details live in the upstream API docs and are referenced rather than duplicated here.
- ArchitectureBuild a MACP UI that behaves like an execution operations console:
- Backend repo notesThis file is a **pointer index** into the upstream repositories the UI Console integrates with. Endpoint schemas, request/response shapes, gRPC contracts, and protocol semantics live in the upstream docs and are not duplicated here. The notes below only capture what the UI needs to know to consume those services correctly.
- ChangelogAbsorbs the runtime v0.5.0 release into the console, consumed via the macp-control-plane and macp-playground (both of which shipped their own v0.5.0 absorptions). All changes are additive display / mock / config work — no data migration or wire-contract change.
- Feature matrix
- UI Console & Examples Service Flow**Status:** Non-normative (explanatory). **Complements:** the protocol-level [MACP End-to-End Flow](https://multiagentcoordinationprotocol.io/docs/e2e-flow) for session creation, mode dispatch, policy evaluation, and replay — this doc is the product-layer view.