Console — Operate
Index of the Operate surface in the Console (localhost:8093 in Development). Each row links to its sidebar page (with screenshot where available).
Prerequisites
| Requirement | What to check | If it fails |
|---|---|---|
| Main stack | curl -sf http://localhost:8093/healthz → 200 | make up |
| OIDC auth | Open http://localhost:8093 (localhost, not 127.0.0.1) | Redirect URI in identity provider |
| Admin role | Full Operate menu | superadmin role / scopes |
| Demo institution | Catalog: ldteam Active (1/1 hosts alive) | Catalog |
| M2M deploy scopes | Deploy does not return 403/409 | Service role includes institution:read |
As superadmin in Dev you see ~22 Operate views plus Admin. Backend: console telemetry (:8091).
Getting in
- Open
http://localhost:8093and sign in with OIDC. - Top bar: Ontology · Explore · Operate — stay on Operate.
- (Optional) ES / EN top right.

Quick ?view= table
| Menu (EN) | ?view= | Guide |
|---|---|---|
| Template catalog | templates | Catalog |
| Provisioning | provision | Provisioning |
| Hosts | hosts | Hosts |
| Profiles | profiles | Profiles |
| LLMs | llms | LLMs |
| Skills | skills | Skills |
| Channels | channels | Channels |
| SOUL | soul | SOUL |
| Prompts | prompts | Prompts |
| RAGs | agent-rags | RAGs |
| Task Queue | kanban | Kanban |
| Artifacts | artifacts | Artifacts |
| Case file | expediente | Case file |
| Timeline | timeline | Timeline |
| Trust | confianza | Trust |
| Logs | logs | Logs |
| Sessions | sessions | Sessions |
| Evaluations | evaluations | Evaluations |
| Approvals | approvals | Approvals |
| Users & Access | users-access | Users & Access |
| My profile | profile | My profile |
Access control is enforced in the backend (ROLE_SCOPES). A hidden button is not a role.
Topics (concept)
| Topic | Concept doc |
|---|---|
| Institutions | instituciones.md — lifecycle, CLI, presets |
| Agents | agentes.md — identity, create, harness pin |
| Corpus and skills | corpus-y-skills.md — CLI ingest, marketplace |
| Deliverables | entregables.md — object storage, pipelines |
| Users and access | usuarios-y-acceso.md — OIDC roles |
| Channels | canales.md — messaging, pairing |
| Chat | chat.md — conversation UIs, Conversation Gateway API |
English UI screenshots
Screenshots live under /img/operar/en/ (Spanish UI) and /img/operar/en/ (English UI). Each Docusaurus locale references only its folder. Regenerate EN captures with the Console running: node website/scripts/capture-operar-en.mjs.
Excluded views
| View | Reason |
|---|---|
| Explore | Console — Explore |
| Automations | ready: false in OPERATE_VIEWS |