Edictum

App Overview

Current route map for the hosted Edictum app.

AI Assistance

Right page if: you want the current hosted app routes and what they do. Wrong page if: you need transport contracts or raw API endpoints -- see https://docs.edictum.ai/docs/control-plane/reference/api. Gotcha: the current UI is the hosted edictum-app, not the retired /dashboard shell.

The current operator UI is edictum-app. The route map is:

  • /home
  • /runs
  • /events
  • /audit
  • /agents
  • /policies
  • /approvals
  • /settings
  • /onboarding

Route Guide

/home

Workspace digest view for recent runs, pending approvals, and recent events.

/runs

Run summaries plus run detail for one agent_id + session_id pair.

/events

Decision-event feed with filters and event detail.

/audit

Operator-facing audit timeline across decisions, approvals, keys, and rulesets.

/agents

Fleet list plus per-agent detail, health, counts, and recent runs.

/policies

Ruleset list, exact versions, and replay / compare tools.

/approvals

Pending queue plus recently resolved approvals.

/settings

Workspace API keys and notification channels.

/onboarding

First-run flow for issuing a key, watching the first event, and starting a sample run.

Current UI Truths

  • humans use the app UI; agents do not
  • Telegram is the only interactive notification channel today
  • Slack, Discord, and webhook are notification channels, not approval UIs
  • the app reflects the hosted edictum-api surface; it is not a separate server

Last updated on

On this page