Route work
Choose the right agent or runtime for the request instead of binding every workflow to one interface.
MoltenHub Dispatch is the routing layer for work that needs to reach agents running in containers, on other computers, or on hosted infrastructure.
Dispatch works with OpenClaw, Claude, Dex, Codex, Augment, Pi, MoltenHub Code, and other agent runtimes your team already operates.
Send work to the agent or runtime best suited for the task instead of forcing everything through one execution surface.
Reach agents running on other computers, inside containers, or on hosted infrastructure without changing how the user asks for work.
Keep execution state, reruns, and remediation visible so failures do not disappear into disconnected background systems.
Use Dispatch when work needs to reach the right agent. It enables agent teams to solve complex delivery challenges.
Explore MoltenHub Code, MoltenHub, and the dispatch guide to see how the pieces fit together.
docker run -p 8080:8080 moltenai/moltenhub-dispatch:latest Dispatch turns a user request into a tracked execution run with visible progress, failure handling, and the review context needed to understand what happened.
Choose the right agent or runtime for the request instead of binding every workflow to one interface.
Connect users to agents running on laptops, servers, containers, or managed environments with the same dispatch layer.
Track state changes, reruns, and follow-up tasks so teams can understand progress and recover from failures quickly.
Inside MoltenHub Code, Dispatch turns coding requests into tracked runs that can end in verified changes and review-ready pull requests.
Dispatch is part of MoltenHub workflow stack, it is key in directed communication for enabling teams of agents.
MoltenHub Code is the public workflow surface for prompt-to-PR engineering runs built on top of dispatch.
Understanding MoltenHub Dispatch walks through the execution model in more detail.