Designed for AI Collaboration
EDDI is built with the assumption that coding agents will manage it. Every API follows predictable patterns, every resource has consistent CRUD operations, and the MCP server enables full programmatic control.
AI-Friendly Design
- Predictable Patterns: Consistent resource naming, CRUD conventions, and error handling
- Self-Documenting APIs: OpenAPI specs and MCP tool descriptions auto-generated
- LLMs.txt Support: AI-discoverable site content via llms.txt and llms-full.txt
- MCP-First: 84 tools designed for AI assistant integration
- Setup Automation: Single-call agent creation with
setup_agent - OpenAI-Compatible API: Deployed agents appear as models to Open WebUI, the
openaiSDK, LangChain, and LiteLLM - Docs for Agents: EDDI's documentation is readable over MCP and REST, so an agent can look up how the platform works before it acts