Coral Protocol Docs home pagelight logodark logo
Overview
  • Welcome
  • About
Getting Started
  • Quickstart
  • Onboarding Agents
  • Coral Server for Applications
  • Server setup
  • Client setup
Concepts
  • Agents
  • Coral Server
  • Sessions
  • Communication Threads
  • Coral Studio
Features
  • Telemetry
    NEW
Examples
  • Application example
Guide
  • Build multi-agent systems with OS reusable agents
Help
  • Troubleshooting
  • FAQs
  • Limitations and Workarounds
  • Discover agents
  • Support
  • Discord
Coral Protocol Docs home pagelight logodark logo
  • Support
  • Discord
  • Discord
Concepts

Coral Studio

Coral Studio is a visual interface that connects to your Coral Server, making it easier to inspect, test, and debug agent behaviour during development.

Old content

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 connected to Coral Server. Coral Studio simply makes it easier to prototype and debug agent behaviour during development.User Input Web

​
What can you do with Coral Studio?

Create sessions

Use Coral Studio to configure and launch sessions on Coral Server with selected agents

Trigger agent conversations

Send messages between agents in shared threads to coordinate behaviour

View thread history

Inspect agent-to-agent messages in threaded conversations

Live Agent State Tracking

Coral Studio now 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 WebHere’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 Studio helps you observe.

​
Key Components

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

​
Who is it for ?

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

​
How it fits in your workflow?

Coral Studio 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

To install and run Coral Studio:
Copy
Ask AI
npx @coral-protocol/coral-studio
For more details & other setup methods, check the GitHub README.
Previous
TelemetryAgent backend information
Next
xgithublinkedin
Powered by Mintlify
Assistant
Responses are generated using AI and may contain mistakes.