HowToDeploy Team
Lead Engineer @ howtodeploy

Agent Orchestrator manages fleets of AI coding agents working in parallel on your codebase. Each agent gets its own git worktree, its own branch, and its own PR. When CI fails, the agent fixes it. When reviewers leave comments, the agent addresses them. You only get pulled in when human judgment is needed.
Setting it up manually means cloning the repo, running setup scripts, configuring YAML files, connecting GitHub tokens, and managing tmux sessions. With HowToDeploy, you get a fully running orchestrator with its web dashboard in minutes.
Before you start, you'll need:
Go to Settings → Cloud Providers and paste your API key.
Tip: Agent Orchestrator benefits from more CPU and RAM when running many agents in parallel. The default 4GB RAM / 2 CPU handles 5-10 concurrent agents comfortably.
Head to the Dashboard and find Agent Orchestrator in the AI Agents section. Click the card to open the deploy form.
You need one field:
Server size, region, and Node.js setup are all pre-configured.
Expand Advanced Settings to add API keys for the coding agent you want to use:
You can also use Aider with local models — configure this via the YAML config file after deployment.
Want to access the dashboard at agents.yourcompany.com? Enter your domain in Advanced Settings.
After deployment, point an A record for your domain to the server IP, click Verify DNS, and Caddy issues the SSL certificate automatically.
Once deployment completes, open the web dashboard and configure your first project:
ao init --auto in your project directory to generate the configao spawn my-project 123 to assign a GitHub issue to an agentThe dashboard at port 3000 shows all active sessions, their status, and linked PRs.
Agent Orchestrator's killer feature is its reaction system:
| Event | Default Reaction |
|---|---|
| CI fails | Agent receives the failure logs and attempts a fix (up to 2 retries) |
| Changes requested | Agent reads the review comments and addresses them (escalates after 30 minutes) |
| Approved + green CI | You get notified to merge |
This means you can ao spawn an issue and walk away — the agent handles the full lifecycle.
Every Agent Orchestrator deployment includes:
You pay your cloud provider directly for the server (typically $12-24/month for the recommended spec). HowToDeploy charges a small monthly management fee for monitoring and support.
Start with a 7-day free trial — no credit card required.
Ready to orchestrate parallel coding agents? Deploy Agent Orchestrator now →

Step-by-step guide to deploying NemoClaw, NVIDIA's agentic AI framework with GPU-accelerated inference, multi-modal reasoning, and retrieval-augmented generation.

A step-by-step guide to deploying Perplexica, an open-source AI-powered answering engine that combines web search with LLMs to deliver accurate, cited answers while keeping your searches private.

A step-by-step guide to deploying AgenticSeek, a 100% local alternative to Manus AI that autonomously browses the web, writes code, and plans tasks while keeping all data on your device.