The Enterprise
AI Orchestrator
Build, deploy, and manage AI agents — without writing code. Configuration-driven, self-hosted, and compliance-ready out of the box. Currently in v6.0.0-RC1 Preview.
The Problem
Enterprise AI orchestration is fragmented and painful. Teams are stuck in a broken lifecycle:
The Prototype Trap
Teams prototype with Flowise, n8n, or scripts — then rewrite everything from scratch for production. Visual prototypes are discarded entirely.
Boilerplate Fatigue
Using AI libraries means building REST controllers, auth layers, and state management from scratch. Every prompt tweak requires redeployment.
BPMN Friction
Forcing non-deterministic AI agents into deterministic Camunda/Temporal workflows creates severe impedance mismatches and brittle architectures.
The Solution
EDDI is a deployable AI orchestration platform — not a library. Visual management, config-as-code, and enterprise security, out of the box:
Configuration-as-Code
Agent logic, pipelines, and tool definitions are JSON configurations — not compiled code. Prompt engineers iterate instantly via the React UI or REST API, without redeployment.
42 MCP Tools
EDDI exposes its capabilities via the Model Context Protocol — enabling Claude Desktop to interact. Agents can also consume external MCP tools.
Security-First
No eval(), no escapes. Vault integration, URL validation, and cryptographic audit trails are architectural foundations.
Observability
Every pipeline step is logged with an immutable audit trail — tokens, cost, timing, tool calls. Full CQRS telemetry ledger.
Enterprise Concurrency
Built on an enterprise-grade runtime with millions of lightweight threads for I/O-bound LLM workloads. No event loop blocking, no single-threaded bottlenecks.
Multi-Agent Orchestration
Intent-based agent discovery, managed conversations, agent triggers, and A/B routing. One conversation per intent+user, auto-created and auto-managed.
Trusted & Certified
Built on Proven Technology
Next Steps
Frequently Asked Questions
What is EDDI?
EDDI is an open-source, enterprise-grade AI orchestration platform. It enables teams to build, configure, and deploy AI-powered agents using JSON configuration rather than compiled code. EDDI provides a complete platform with a production-ready React management UI (the EDDI Manager), built-in REST APIs, conversation state management, security (OIDC/Keycloak), immutable audit trails, and 42 MCP tools — all deployable via Docker or Kubernetes.
How is EDDI different from AI libraries and frameworks?
AI libraries like LangChain, Spring AI, and LangChain4j give you building blocks — but you still need to build REST controllers, authentication, conversation state management, audit logging, and management UIs yourself. EDDI is a deployable middleware platform, not a library. It provides all of this out of the box, ready to deploy via Docker.
Is EDDI production-ready for enterprise use?
Yes. EDDI is built on an enterprise-grade runtime with lightweight virtual threads for massive I/O-bound concurrency. It supports MongoDB and PostgreSQL, includes built-in OIDC/Keycloak authentication, provides immutable cryptographic audit trails for compliance (including EU AI Act), and scales horizontally via NATS JetStream.
What is the Model Context Protocol (MCP)?
The Model Context Protocol (MCP) is an open standard that allows AI assistants like Claude Desktop, IDE plugins, and custom clients to interact with external tools programmatically. EDDI exposes 42 MCP tools spanning conversation management, agent administration, setup automation, schedule management, and diagnostics.
Can EDDI replace Flowise or n8n for production workloads?
EDDI serves a similar visual-building purpose but with enterprise-grade architecture. Unlike Flowise and n8n, EDDI uses no eval() or code blocks, runs millions of lightweight virtual threads for enterprise-grade concurrency, supports OIDC/Keycloak authentication, and stores data in MongoDB or PostgreSQL. It is designed for regulated industries.