The Guild / El Gremio

Agent Operations Hub

Operational catalog shell for project views and capability read models.

v0.1.0 v0.1.0 Guest guest

Running for openClaw.kitsuneproject.com. This home now acts as a neutral catalog of project access, capability coverage, and entry points.

Local auth, memberships, and project state come from the configured Hub store (default sqlite:./data/hub.sqlite).

Version: 0.1.0

Projects in catalog 3 known projects
Accessible now 0 projects open for Guest
Permission gaps 3 projects currently locked

Current development session

Local auth context and permission signal

User Guest anonymous · guest session
Global role guest 0 accessible projects
Access No project access Use a dev session to inspect project permissions
Session key anonymous Browser session via cookie; explicit API/dev override via x-session-key

Operational status

Runtime mode external-auth-only
Environment production
Data source sqlite:./data/hub.sqlite
OpenClaw API local
Roles/permissions API local
Log level info

Projects catalog

No project views open for this session

This shell can still show the catalog, but every project route will land in a permission state.

Bridge Deck

Bridge Ops

Bridge runbook workspace kept locked until a mission activates project access.

no role locked
Access none · view returns permission state
Owner Hub · hybrid
Signal permission required · planned
Members 0 explicit memberships
project.status · plannedproject.interaction-mode · hybridproject.view · denied
project.view

Guild Board

Mission Board

Project discovery, access activation, and mission routing surface for the Hub.

no role locked
Access none · view returns permission state
Owner Hub · ui
Signal permission required · active
Members 0 explicit memberships
project.status · activeproject.interaction-mode · uiproject.view · denied
project.viewmission.board.readmission.board.activate-mission

Provision Ledger

Shopping Operations

Hybrid shopping list and inventory workflow for the pre-MVP.

no role locked
Access none · view returns permission state
Owner Kali · hybrid
Signal permission required · active
Members 0 explicit memberships
project.status · activeproject.interaction-mode · hybridproject.view · denied
project.viewshopping.list.readshopping.list.createshopping.list.updateshopping.list.deleteshopping.list.assignshopping.list.add-itemshopping.list.toggle-itemshopping.list.close

Announcements

  • Pre-MVP shell readyBase Hub shell, placeholder navigation, and deployment-oriented Docker setup are now in place.
  • Authorization stays in the HubSensitive product actions are designed to pass through the Hub Action Gateway instead of relying on direct agent-side authorization.

API quick path

/api/bootstrap

/api/auth/session with browser cookie or explicit x-session-key

/api/projects with browser cookie or explicit x-session-key

GET /api/projects/:projectId to drive per-project views.

/access provides the minimal real local login and user access surface.

Local controlled access is available through the Hub access surface. External providers remain future work.

Quick local dev session: POST /api/auth/dev-session with {"alias":"demo_operator"}.

Real local login: POST /api/auth/login with {"username":"demo_operator","password":"dev-password"}.

Admin registry: /admin/access for admin sessions only.

Health check available at /health.