The Console

The surfaces of the ArmorIQ Console at tools.armoriq.ai - Sessions, session detail, tools catalogue, analytics, AI chat, Policy Studio, and Team.

The Console is the read surface at tools.armoriq.ai. It renders the evidence the backend already recorded; it does not enforce or compute decisions itself.

SurfaceWhat it showsSlice
SessionsEvery agent work session, with real token counts and estimated costfeatures/sessions
Session detailTools called in order; allow / deny / hold per call; per-call latency; failures and retries; which rule triggered; an ingest-health indicatorfeatures/sessions
Tools catalogueEvery connected tool, filterable by guardrail (ArmorClaude / ArmorCodex), evidence type (configured / observed / guarded), and status; each row shows connection proof (API key, effective policy, whether a real pre-tool evaluation was recorded)features/mcp
AnalyticsReal usage and cost, with a guardrail on-vs-off comparison togglefeatures/analytics
AI ChatNatural-language Q&A over workspace data, answered with source cards; says "unavailable" rather than inventing an answerfeatures/chat
Policy StudioPlain-language rule authoring (folder restrictions, tool-level permissions, principal-based policies)features/policy-studio, features/policies
TeamWorkspace membership with admin-controlled invitesfeatures/team

The Console carries no server of its own; it is a static SPA over the backend API, configured with a single env var, VITE_BACKEND_URL.