31 modules
Feature modules organized by function — agent management, workflow design, policy configuration, audit review.
Visual workflow builder
Design agent behavior through a drag-and-drop canvas. No code required for standard patterns.
Real-time orchestration
Watch live agent sessions. Intervene, approve T3 actions, rewind via ledger playback.
What Console does
Console is the operator’s primary surface for the SINT stack. It connects to the SINT Protocol gateway and provides:- Agent lifecycle management. Create, configure, start, stop, and retire agents. Manage capability token scope per agent.
- Workflow design. Build multi-step agent workflows visually. Each step is a policy-governed action.
- Policy configuration. Edit tier assignments, Δ-factor weights, cross-system policies, forbidden combinations — all through a UI backed by the Protocol’s native schemas.
- Approval queue. Review and resolve T2 and T3 escalations. M-of-N quorum supported for high-consequence actions.
- Audit and forensics. Query the evidence ledger. Rewind sessions. Export certification bundles for compliance audits.
- Metrics dashboards. Gateway latency, CSML trends, approval SLAs, bridge health.
Architecture
Console is a React 19 + Vite 6 application that speaks to the SINT Protocol gateway via HTTP, SSE, and WebSocket.Feature modules
Modules are organized into five groups:Agent management (6 modules)
Agent management (6 modules)
Agent roster, capability token issuance, delegation chains, agent health monitoring, session history, retirement flow.
Workflow design (8 modules)
Workflow design (8 modules)
Visual canvas, step library, policy-aware connectors, simulation mode, workflow versioning, template gallery, import/export, cross-workflow dependencies.
Policy configuration (7 modules)
Policy configuration (7 modules)
Tier editor, Δ-factor weights, cross-system policy builder, forbidden combinations, rate-limit configuration, CSML weight tuning, per-deployment profile manager.
Approvals and oversight (5 modules)
Approvals and oversight (5 modules)
Pending queue, approval history, M-of-N quorum configuration, sponsor delegation, approval SLA dashboard.
Audit and metrics (5 modules)
Audit and metrics (5 modules)
Ledger query, chain verification, session rewind, certification bundle export, metrics dashboards (gateway, CSML, approvals, bridges).
Operator authentication
Console operators authenticate via standard OIDC/SAML (enterprise) or Ed25519 key pair (self-hosted). Every operator has:- An individual DID (
did:sint:human:<id>) - A capability token defining which actions they can take in Console
- A sponsor relationship mapping (which agents they can approve T3 for)
Deployment
Console deploys alongside the gateway. A single Docker Compose starts both:Read next
SINT OS
How Console composes with the rest of the stack.
Tiers
The tier model Console surfaces in its approval queue.