Skip to main content
This page is up to date, and intended for version 1.1.0+ of the Coral Server and Coral Console.
Coral Console is accessible locally when Coral Server is running. By default, it is available at: http://localhost:5555/ui/console Use it to:
  • View available agents in your Coral Server
  • Create and manage sessions
  • Trigger test prompts and inspect agent responses
  • Monitor real-time logs and thread history
It is built into Coral Server. Coral Console simply makes it easier to prototype and debug agent behaviour during development. User Input Web

What can you do with Coral Console?

Use Coral Console to configure and launch sessions on Coral Server with selected agents
  • Send messages between agents in shared threads to coordinate behaviour
  • Inspect agent-to-agent messages in threaded conversations
Coral Console displays the real-time status of every agent:
  1. Disconnected (not connected, and not orchestrated)
  2. Connecting (was part of an agent graph and waiting for connection)
  3. Listening (connected and waiting for mention)
  4. Busy (connected but not waiting for mention)
  5. Dead (process exited)
This helps devs monitor which agents are online and responsive during execution and spot issues instantly. Untitleddesign(11) Pn

What a Real Interaction Looks Like?

Thread View Web Here’s a real example of how agents collaborate inside a session. The user asks a question → Interface agent routes the task → Search and Math agents respond → All activity is logged in real time. This would clarify what Coral Console helps you observe.

Key Components

View agents available in your Coral Server
Agents run independently and only respond when triggered. Coral Console visualises message flow and thread activity powered by Coral Server.

Who is it for ?

  • Developers building, testing and debugging Coral Agents
  • Framework creators testing Coral compatibility
  • Researchers and tinkerers exploring multi-agent design

How it fits in your workflow?

Coral Console helps during the prototyping and debugging phase. You don’t need to write custom coordination logic or scripts; just define your agents, wire them together, and test the interaction in real-time.

Get Started

Coral Console is enabled by default in Coral Server. Once the server is running, simply visit: http://localhost:5555/ui/console For more details on server configuration, check the Coral Server README.