# Coral Protocol (CoralOS) Coral

[6 · Coordinate](/category/coordinate/)

| Coral Protocol (CoralOS) |
| --- |
| Category | [Coordinate](/category/coordinate/) |
| Governed by | Single company/startup-led open-source project (GitHub org Coral-Protocol); rebranded 'CoralOS' as of this check (docs moved from docs.coralprotocol.org to docs.coralos.ai); not a multi-stakeholder standards body |
| Status | "Kubernetes for AI agents: a platform for everything between your agents and production — registry, runtimes, security, and orchestration" (current docs homepage); described elsewhere as a 'decentralized protocol powering AI agent collaboration, trust, and payments' |
| Phase | living |
| Implementation | shipping |
| Adoption | unmeasured |
| Version | unversioned, continuously updated platform (Coral Server, Coralizer, Marketplace) |
| Specification | [https://docs.coralos.ai/welcome](https://docs.coralos.ai/welcome) |
| Found at | Agents are discovered via the centralized Coral Marketplace (publish/discover/monetize with built-in attestation); a local Coral Server also exposes a session-creation API for orchestrating a given agent graph; MCP is used as the underlying inter-agent transport for 'coralized' agents |
| Last checked | 2026-09-06 |

[Coordinate](/category/coordinate/) Coral Protocol, rebranded 'CoralOS' as of this check, is a single-vendor, open-source platform for orchestrating a graph of independently built AI agents — pulled from a public marketplace or built in-house — with per-session privacy isolation, a graph-based (rather than single-planner-hierarchical) coordination model, and built-in payment budgeting [[1]](#ref-1). It positions itself explicitly as infrastructure rather than a thin wire protocol: its own tagline is "Kubernetes for AI agents," and its documented components (Coral Server for orchestration, a Coral Marketplace for discovery/monetization with attestation, a Coral Console for monitoring, and a 'Coralizer' that wraps any existing MCP server into a marketplace-listed agent) describe a full runtime platform built on top of MCP as the underlying inter-agent transport, not a standalone spec document [[1]](#ref-1).

## Overview
It solves multi-agent orchestration at the point where a hierarchical single-planner design becomes a bottleneck: Coral's graph-based architecture lets agents communicate directly and monitor each other's progress rather than funneling every decision through a central controller, a design choice the project backs with a cited academic benchmark result (Anemoi, arXiv:2508.17068) showing accuracy gains from this structure on the GAIA benchmark [[1]](#ref-1). It does not define a public, network-visible wire protocol comparable to A2A's Agent Card + JSON-RPC surface; its documented API (e.g. POST /api/v1/local/session) is a local orchestration control-plane endpoint requiring bearer authentication, run by the developer rather than exposed as a discoverable public origin [[2]](#ref-2).

As of this check (September 2026), Coral is an actively developed, versionless platform rather than a dated spec release — its docs site itself changed domain during the period covered by this map (from docs.coralprotocol.org to docs.coralos.ai), and its session API already includes native support for x402 micropayment budgets per agent, tying it into the broader agentic-payments ecosystem this map also tracks [[1]](#ref-1)[[2]](#ref-2). Implementations are real and shipping: Coral Server and the Coralizer are both public GitHub repositories under the Coral-Protocol organization. What is unresolved: how open Coral's governance actually is beyond "open-source code, single company roadmap" — no independent steering body or multi-vendor governance document was found, and no adoption count beyond the project's own marketing language was available to verify during this pass.

## Discovery and probe

Agents are discovered via the centralized Coral Marketplace (publish/discover/monetize with built-in attestation); a local Coral Server also exposes a session-creation API for orchestrating a given agent graph; MCP is used as the underlying inter-agent transport for 'coralized' agents

```
POST {origin}/api/v1/local/session
parse:     A 200 response containing a JSON object with namespace and sessionId fields confirms a running Coral (local) server per its documented API reference; the request body's x402Budgets field on agent entries also confirms native x402 micropayment-budget support.
on absent: A 404, connection refusal, or 401/403 (this endpoint requires bearer auth) most commonly just means no local Coral Server is running at this address — Coral Server is typically run locally by the developer rather than exposed as a public origin, so a failed probe against an arbitrary public site proves little either way.
```

Not probed live: unsafe-post. The probe is POST /api/v1/local/session, which opens a session.

## History
- 2026-09-06 — added from arXiv 2504.16736 survey comparison, verified against docs.coralos.ai/about, docs.coralos.ai/api-reference/local/create-session

## Instances

- [Reef (Coral incident agent)](https://dev.to/grandkojo/how-we-built-reef-a-production-incident-agent-with-coral-sentry-webhooks-and-slack-ngg) · Observed 2026-05-31 · agent
- [PatchPoint](https://dev.to/abhi_mishra/building-patchpoint-unifying-devops-security-silos-with-coral-sql-318h) · Observed 2026-05-31 · agent
- [CoralTeams](https://dev.to/shrutik0101/building-coralteams-an-ai-powered-operational-intelligence-platform-with-coral-28l9) · Observed 2026-05-31 · agent
- [CoralSec Copilot](https://dev.to/codewithmehru/how-i-built-coralsec-copilot-a-unified-enterprise-soc-with-coral-nextjs-in-4-days-235o) · Observed 2026-05-30 · agent

Every instance with its source is listed on the [instances page](/instances/).

## See also

## References

- CoralOS (formerly 'Coral Protocol'; docs.coralprotocol.org now redirects to docs.coralos.ai) describes itself as 'Kubernetes for AI agents' — a platform comprising Coralized Agents, a Coral Marketplace for discovery/monetization, Coral Server for orchestration, Coral Console for monitoring, and a Coralizer that turns any MCP server into a marketplace-listed agent. — [https://docs.coralos.ai/about](https://docs.coralos.ai/about) (2026-09-06) VERIFIED
- The documented local API includes POST /api/v1/local/session ('Create session'), which accepts an agentGraphRequest of agents (each with an id, provider, and an x402Budgets array for per-resource micropayment budgets) and returns a namespace and sessionId. — [https://docs.coralos.ai/api-reference/local/create-session](https://docs.coralos.ai/api-reference/local/create-session) (2026-09-06) VERIFIED

[JSON](/data/protocols/coral-protocol.json) · [Markdown](/protocols/coral-protocol/index.md)
