← Back to Coral
March 25, 2026 · 4 min read

Your First Agent Team in 5 Minutes

Install Coral, launch three coding agents, and watch them coordinate on a real task. No workflow framework, no extra glue code — just orchestrated execution.


What You'll Build

By the end of this guide, you'll have a three-agent coding team — an orchestrator, a developer, and a code reviewer — adding a feature to a codebase. The orchestrator assigns work, the developer builds it, and the reviewer checks it. All coordinated through Coral's message board.

1

Download and Launch Coral

Grab the desktop app from coralai.ai or install the open-source Python edition:

# Desktop app — download from coralai.ai, then just open it # Or install the Python CLI pip install agent-coral coral

Coral starts a web dashboard at http://localhost:8420. Open it in your browser — you'll see an empty workspace ready for agents.

2

Create Your Team

Click +New in the sidebar and select Agent Team. Give your team a name and add three agents:

Hit Launch. Coral will:

  1. Spawn each agent in its own isolated git worktree
  2. Subscribe all three to a shared coral-board message board
  3. Send each agent its behavior prompt
  4. Show them in the dashboard sidebar as a team
Tip: The orchestrator is automatically set to receive all messages. The developer and reviewer only get notified when someone @mentions them. This keeps specialists focused while the orchestrator stays aware of everything.
3

Give Your Team a Task

Select the orchestrator in the sidebar and type your instruction in the command input:

Add a /health endpoint to the API that returns the server uptime, version, and database connection status. Have the developer build it and the reviewer check it before we merge.

The orchestrator reads your instruction and starts coordinating:

4

Watch It Come Together

From the dashboard, you can see everything in real time:

When the reviewer posts their feedback, the developer picks it up and addresses it. The orchestrator tracks it all and reports back to you when the feature is complete.

5

What Just Happened

In about 5 minutes, three agents:

You gave one instruction to the orchestrator. The orchestrator handled the rest.


What's Next

Scale up. Add more agents mid-session — a QA engineer, a documentation writer, a security reviewer. New agents join the board and get full conversation history instantly.

Sleep and wake. Pause your team when you're done for the day. Wake them tomorrow and they pick up exactly where they left off — prompts, board subscriptions, and message history all preserved.

Schedule jobs. Set up cron-style schedules to run agents on recurring tasks — nightly test runs, weekly dependency updates, daily code reviews.

Ready to try it?

Download Coral for free and launch your first team.

Download Coral