Claude Transcripts docs GitHub
Work in progressUnder active development — not tested as ready for use. Breaking changes land without notice, stored data may need to be discarded between revisions, and there is no auth or security model. These docs describe the intended design as much as the current state.

22. / serves a machine-readable app manifest (agent entrypoint)

Date: 2026-06-18

Status

Accepted

Context

The webui lives at /app and the human/OpenAPI surface at /api/docs. That leaves / free, and we deliberately do not want it to be a human landing page. A primary consumer of this system is other AI agents (#15), which need a single, discoverable entrypoint that describes the live app without scraping HTML or guessing routes.

Decision

/ serves a machine-readable definition of the live app — JSON (with optional MDX for prose parts) — acting as the entrypoint for agents and tooling. It carries:

It is the agent/automation front door; /api/docs remains the human + OpenAPI surface, /app the human UI.

Consequences