What is Mogplex, in one sentence?
Agentic CI/CD: the same trigger-to-ship pipeline you already trust for commits, extended backwards so it carries intent — GitHub events, schedules, Slack asks — through coding agents and out as reviewed PRs.
The ten things skeptical engineers ask before wiring an agent into their repo. Short answers here; the long ones live in the docs and in the anatomy of a run.
Agentic CI/CD: the same trigger-to-ship pipeline you already trust for commits, extended backwards so it carries intent — GitHub events, schedules, Slack asks — through coding agents and out as reviewed PRs.
Claude Code and Codex today, with your MCP tools available inside every run. You pick the agent and model per pipeline; Mogplex provides the model access, so there are no API keys to set up. Prefer your own model billing? Add your own AI Gateway key in Settings → API Keys and your runs use it instead.
Only if you configure a pipeline that way — and even then your branch protections still rule. Mogplex cannot bypass required reviews, required checks, or protected branches. Most teams start with draft-PR-only gates and loosen from there.
In a fresh microVM per run — a Vercel Sandbox holding a clone of your repo. Nothing is shared between runs, nothing runs on your machines, and the sandbox is destroyed when the run ends.
Nothing, during the private beta — model usage and sandbox compute are covered for approved teams while we finalize pricing. You'll know what Mogplex costs before anything changes for your team.
GitHub events (issues, PRs, pushes, labels), CI failures, schedules, Slack mentions, and standing assignments — recurring jobs you define once, like “keep the docs matching the API.”
Every run is inspectable call-by-call: each model call and tool call, metered and logged. You can step into a live run to approve the next tool call, redirect the plan, or kill it from the web app or CLI.
Delegation is a transaction: you ask, it answers, and when you stop asking, everything stops. A pipeline is infrastructure: you wire it once and work keeps flowing through it — while you sleep, while you build something else.
The CLI is MIT-licensed and the source is on GitHub at github.com/webrenew/mogplex-cli, so you can read exactly what authenticates against your repositories before running it.
Mogplex is in private beta and approving teams in batches. Request an access code, tell us how you'd use it, and we'll get you in as capacity opens up.
SHEET 04 — END
the best beta feedback comes from people who don't trust us yet.