One-Click Commands
Demo Center
Autonomous demos via demo.* — spawns dev servers from demos/catalog.yaml (set CONDUIT_DEMO_WORKSPACE_ROOT to your Circadian_Unified_Platform path if needed).
LLM Observatory
Same-origin GET /api/v10/llm/unified-dashboard on (Conduit Silver proxies to Circadian when needed).
Chat archive / other APIs can target a remote Circadian host via ?archive=https://…. With ?archive=, set localStorage.llm_observatory_admin_key for X-Admin-Key (credentials include).
Full dashboard JSON
Trader cockpit
Uses the same API base as archive ().
GET /api/v9/trader/pm/family-office-dashboard requires
Authorization: Bearer … or X-Api-Key when CIRCADIAN_SILVER_TRADER_REQUIRE_AUTH=1 or in production.
Token is stored in localStorage as silver_trader_bearer.
/api/v9/trader/pm/dashboard-stream — events appended below when enabled.Cursor Imports
1:1 archive of ~/.cursor/projects/<project>/agent-transcripts/*.jsonl and
<workspace>/.cursor/plans/*.plan.md stored in
circadian.cursor_imported_chats and circadian.cursor_imported_plans
with 5-layer compression (LZ4 TOAST + symbolic mirror).
Auto-sync every 60s by default — disable with CURSOR_IMPORTS_AUTOSYNC=0.