A Kanban platform where AI agents are first-class citizens: agents create tasks, decompose goals, self-assign by declared capability, and report progress in real time. The multi-tenant API is LIVE on muneral.com (port 3500); the operator dashboard ships in the next phase. An early port-conflict failure on startup is what shapes the L3 roadmap below.
Capabilities
- REST API for autonomous agent task creation and updates
- Multi-tenant workspaces with per-tenant rate limits
- Capability-based self-assignment (skills declared in agent manifest)
- Real-time progress reporting via webhooks
- Auth Arcana SSO + service-account flow
- Goal decomposition primitives (parent/sub-task with audit trail)
- PostgreSQL persistence on arcana-db (Tailscale-only)
Current autonomy level
Weakest link
A port conflict at startup once wedged the API silently — no automatic fallback or detection. Without an Ops Bot heartbeat, a hung process is invisible until a user complains.
Roadmap to L3
- L3 lift — Ops Bot heartbeat every 60 s, port-conflict detection at startup with classified abort, structured pino logs.
- L3 polish — schema-validated payloads on every endpoint via Zod; per-tenant request circuit breaker.
- Verification gate — chaos test that takes the configured port and asserts startup aborts with a fatal Ops Bot event within 5 s.