Built by the open-source community · FINOS project

Open Enterprise Protocol for AI Multi-agent Orchestration

OpenEMCP defines the secure handshake, routing, and observability layer needed to coordinate autonomous agents across enterprise systems. Build multi-agent products with confidence, governance, and auditability.

2

Contributors

0.1.0

Version

10

Contributions

OpenEMCP

Envelope

Signed payload + policy bundle + trace context.

Negotiation

Capability discovery, cost budgets, and safety checks.

Handoff

Deterministic routing with replayable state snapshots.

Inspired by the best open-source communities

FINOSAGNTCYOASFCommunity-driven governanceOpen RFC processProduction-grade security

Features

Everything enterprise teams need to ship safely and compliantly

OpenEMCP borrows the clarity and trust of the most popular open-source platforms: clean docs, reliable APIs, and transparent roadmaps.

Protocol-first orchestration

Define how agents negotiate, collaborate, and recover with a versioned, extensible protocol.

Zero-trust routing

Encrypted envelopes, capability tokens, and fine-grained policy enforcement at every hop.

Enterprise-grade observability

Structured traces, deterministic replay, and compliance-ready audit logs by default.

Latency-aware scheduling

Keep critical agents responsive with adaptive routing and budgeted compute allocation.

Composable toolchains

Mix LLMs, tools, and workflows while keeping contracts stable across releases.

Open governance

Community-led specs, transparent RFCs, and public roadmaps that evolve together.

Adopters

Citi

Architecture

A protocol stack designed for enterprise AI

Agents exchange signed envelopes, negotiate capabilities, and synchronize state through a shared control plane. Every step is observable and replayable.

1

Contract layer

Standard message schema with signatures, data lineage, and policy bundles.

2

Planning layer

Dynamic capability discovery, cost budgeting, and guardrail enforcement.

3

Verification layer

Deterministic routing with state snapshots and multi-region failover.

4

Execution layer

Executes tasks with deterministic routing, state snapshots, and multi-region failover.

5

Context layer

Manages contextual information and state for agentic workflows.

6

Communication layer

Facilitates communication between agents and external systems.

Developer experience

Readable, auditable, and easy to integrate.

openemcp.json

{
  "agent": "planner",
  "capabilities": ["route", "schedule", "audit"],
  "envelope": {
    "trace": "01HF2Z...",
    "policy": "risk.tier3",
    "ttl_ms": 1500
  },
  "handoff": "solver"
}

Use cases

Built for regulated, high-trust environments

From finance to healthcare, OpenEMCP keeps agentic workflows compliant and observable.

Multi-agent finance ops

Coordinate risk, compliance, and analytics agents with deterministic handoffs.

Autonomous DevSecOps

Bridge security scanners, CI/CD agents, and incident responders with policy guardrails.

Customer experience copilots

Blend CRM, knowledge, and resolution agents while preserving data boundaries.

Why teams adopt OpenEMCP

Policy confidence

Ship autonomous agents with consistent compliance checks and reversible actions.

Operational clarity

Trace every decision with deterministic replay and timeline views.

Community velocity

Adopt vendor-neutral specs shaped by engineers and researchers worldwide.

Explore the docs

Blog

Latest updates

Short updates on releases, roadmap milestones, documentation, and news.

Release

OpenEMCP 0.1.0 — Initial release with core protocol

Initial release of OpenEMCP 0.1.0, featuring the core protocol specification, and documentation to get started.

Roadmap

Q1 2026 goals: Initial 0.1.0 release and agent registry

Focus on core protocol features, reference implementation, and community building.

Docs

First commit to the OpenEMCP specification and reference implementation

Initial commit of the OpenEMCP specification and reference implementation, laying the foundation for future development.

News

FinOS Labs welcomes OpenEMCP as the newest project in the foundation

Join maintainers and contributors to shape the next-gen enterprisemulti-agent standard.

Community

Build the protocol together

Join the OpenEMCP community to shape the next generation of multi-agent standards.

Community checklist

  • ✓ Review the OpenEMCP specification and share feedback.
  • ✓ Join weekly design calls and RFC reviews.
  • ✓ Ship reference implementations for your stack.