Standalone console
Zamana Pi Admin
Hosted admin surface for viewing pi-agent conversations, inspecting durable run timelines, and eventually steering chats and testing prompts.
LocalPi API: not connected
Conversations
/conversations
View real dev chats and durable timelines.
Open conversations →
Sandbox
/sandbox
Compare prompt variants in isolated test runs.
Open sandbox →
Prompts
/prompts
Manage prompt drafts and future rollout surfaces.
Open prompts →
Phase 1 status
This commit establishes the standalone app shell only. API proxy, typed clients, fixture-backed conversation views, and real data wiring will be added in separate reviewable commits.
Architecture boundary
The admin UI will stay decoupled from the pi-agent runtime codebase. It will call pi-core over HTTP through a server-side proxy so browser code never receives the admin key.