Web App
Overview
The Mogplex web app for projects, agents, automations, triggers, observability, settings, installations, and the hosted API.
The web app is the shared control plane for Mogplex.
Use it to connect GitHub, import repositories, define reusable agents, build GitHub-driven workflows, inspect runtime activity, and manage the credentials and connections the CLI can reuse.
Current surface
- Projects lives at
/spaces. It is where repository import, project organization, sandbox launch, and workspace opening happen. - Agents lives under
/agents/*and manages the reusable agent roster plus shared skills, rules, and context. - Automations at
/automationsis the canvas builder for multi-step GitHub-triggered workflows. - Triggers at
/triggersis the lighter-weight event-to-agent router for direct GitHub webhook handling. - Assignments at
/assignmentsbinds repos to agents for repeatable review, cron, and triage work. - Observability tracks runs, pressure, failures, model calls, tool usage, and sandbox-linked activity.
- Settings manages account connections, provider keys, CLI tokens, models, preferences, and synced MCP definitions.
Legacy routes
Two older dashboard routes still exist, but they now forward to the current surfaces:
/flowsredirects to/automations/libraryredirects to agent libraries or model settings, depending on tab
Start with the workflow
If you are setting up Mogplex for a repo for the first time, the fastest path through the product is:
- Settings to connect GitHub and confirm App coverage
- Projects to sync repos and open a workspace
- Triggers, Assignments, or Automations depending on how much routing you need
- Observability once work is running
For the operational walkthrough, use Web Guides.