Mogplex Docs
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 /automations is the canvas builder for multi-step GitHub-triggered workflows.
  • Triggers at /triggers is the lighter-weight event-to-agent router for direct GitHub webhook handling.
  • Assignments at /assignments binds 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:

  • /flows redirects to /automations
  • /library redirects 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:

  1. Settings to connect GitHub and confirm App coverage
  2. Projects to sync repos and open a workspace
  3. Triggers, Assignments, or Automations depending on how much routing you need
  4. Observability once work is running

For the operational walkthrough, use Web Guides.

Edit on GitHub

On this page