> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coralos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# About

> Kubernetes for AI agents: CoralOS is a platform for everything between your agents and production: registry, runtimes, security, and orchestration.

<iframe width="100%" height="400" src="https://www.youtube.com/embed/YHd5cZJsUjA" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

### Value for Developers

CoralOS allows agents to be reused across the internet, It allows agent developers to publish agents to the global marketplace where they can be used on demand by anyone.

* [**Agent developers**](https://docs.coralos.ai/concepts/agents) earn incentives when their agents are used.
* [**Application developers**](https://docs.coralos.ai/concepts/agents) can mix and match from Coral's growing [library](https://github.com/Coral-Protocol/awesome-composable-agents) of agents to assemble advanced systems faster and without vendor lock-in.

### Key Components

<CardGroup cols={3}>
  <Card title="Coralized Agents" icon="bot" href="https://docs.coralos.ai/guides/writing-agents">
    Add any agent from any framework to our marketplace in minutes.
  </Card>

  <Card title="Coral Marketplace" icon="handshake" href="https://docs.coralos.ai/concepts/marketplace">
    Discover, publish, monetize & verify agents with built-in attestation.
  </Card>

  <Card title="Coral Server" icon="code" href="https://github.com/Coral-Protocol/coral-server">
    Orchestrate many agents together easily.
  </Card>

  <Card title="Coral Console" icon="monitor-check" href="https://docs.coralos.ai/concepts/coral-console">
    Monitor, test & debug agents during development.
  </Card>

  <Card title="Coralizer" icon="sparkles" href="https://github.com/Coral-Protocol/coralizer">
    Turn any MCP server into a coralized agent.
  </Card>
</CardGroup>

### Key Benefits

<AccordionGroup>
  <Accordion title="Built-in privacy" icon="sparkles">
    Agents run in isolated, scoped sessions to ensure complete data separation between users. This architecture eliminates the risk of cross-user data exposure, unlike other solutions where data can leak.
  </Accordion>

  <Accordion title="Build faster with reusable agents " icon="toy-brick">
    Leverage agents from any framework and integrate pre-built, specialized agents developed by others. Instead of reinventing the wheel, plug them directly into your system for faster deployment.
  </Accordion>

  <Accordion title="Scalable graph-based architecture " icon="scale">
    Most multi-agent systems are built hierarchically, where a central “planner” delegates tasks to worker agents or runs workflows sequentially. This structure quickly becomes a bottleneck, where one agent has too much responsibility.

    <img src="https://mintcdn.com/23turtles/RpvWwkf3rBTyAtaX/images/dio5.png?fit=max&auto=format&n=RpvWwkf3rBTyAtaX&q=85&s=5c5d53e4be6b2ba7df869f2e0f0b3841" alt="Dio5 Pn" width="2881" height="1441" data-path="images/dio5.png" />

     Coral’s architecture introduces a **graph-based design** that enables **direct agent-to-agent communication**, unlocking significant improvements in performance, scalability, and cost-efficiency. Instead of funneling decisions through a single controller, agents can coordinate dynamically and share progress in real time.

    As shown in[*Anemoi: A Semi-Centralized Multi-Agent System Based on Agent-to-Agent Communication*](https://arxiv.org/abs/2508.17068)  (Ren et al., 2025), this approach:

    > “Enables structured and direct inter-agent collaboration, allowing all agents to monitor progress, assess results, identify bottlenecks, and propose refinements in real time.”
    >
    > “Reduces reliance on a single planner, supports adaptive plan updates, and minimizes redundant context passing, resulting in more scalable and cost-efficient execution.”

    This architecture has also demonstrated measurable performance gains on benchmarks:

    > “On the GAIA benchmark, Anemoi achieved 52.73 % accuracy with a small LLM (GPT-4.1-mini) as the planner, surpassing the strongest open-source baseline OWL (43.63 %) by +9.09 % under identical LLM settings.”

    Because each agent in Coral’s architecture handles smaller, well-defined responsibilities and communicates via a scalable graph, you gain:

    * **Higher throughput** — Multiple agents run concurrently without blocking, enabled by Coral’s foundation in **Kotlin** rather than Python.
    * **Improved reasoning quality** — Specialized agents continuously refine each other’s outputs in real time.
    * **Safer and more predictable AI systems** — Instead of scaling performance by making models larger, Coral lets you scale by adding more intelligent agents.

      See more results on the **GAIA benchmark:** [https://gaia.coralos.ai/](https://gaia.coralos.ai/)
  </Accordion>
</AccordionGroup>

### Ready to Start Building?

<CardGroup cols={2}>
  <Card title="Check out our GitHub" icon="star" href="https://github.com/Coral-Protocol/coral-server" />

  <Card title="Get started with Coralizer" icon="sparkles" href="https://github.com/Coral-Protocol/coralizer" />

  <Card title="Join the Community" icon="sparkles" href="https://discord.gg/xRFpVS5N" />

  <Card title="Video workshop " icon="video" href="https://youtu.be/H5n0N8xYKHo" />
</CardGroup>
