Overview
Practical operating guides for the Mogplex web app, organized by the setup or routing problem you are actually trying to solve.
Use these guides when you want the working sequence between product surfaces, not just route-by-route descriptions.
Project Workflow
Connect GitHub, confirm App coverage, sync repos, open a workspace, and choose the right next surface.
Connection Scope and Overrides
Decide when an integration should be global, project-scoped, or explicitly excluded in one repo.
GitHub App Coverage
Understand OAuth vs App coverage, why repos can be visible but not triggerable, and how to verify the right install.
Choose the Right Routing Surface
Decide when to use Triggers, Assignments, or Automations instead of overbuilding the workflow.
GitHub Mention Routing
Learn the exact difference between @mogplex and @mogplex/<agent-slug>, plus how mention routing works in Triggers and Automations.
Legacy Routes
Map older route names like /flows, /library, and /primitives onto the current Mogplex surfaces.
Start here if...
- you are setting up a repo for the first time: Project Workflow
- you can see repos, but trigger-backed surfaces still look empty: GitHub App Coverage
- one repo should have different tool access than the rest of your account: Connection Scope and Overrides
- you are not sure whether the job belongs in Triggers, Assignments, or Automations: Choose the Right Routing Surface
- mention routing is not behaving the way you expected: GitHub Mention Routing
- older bookmarks or route names are confusing: Legacy Routes
Use the guides differently from the route docs
The route docs explain what each page is for.
These guides explain:
- which page to start from
- what prerequisite state must already exist
- what common failure mode to check next
- how to move between setup, routing, and runtime inspection without guessing
If you already know the surface you need, go back to the route docs.
If you know the problem but not the next page, start here.