Build on LYDOS Sovereign AI Orchestration Platform
100+ agents, multi-engine orchestration, 284 routers, 162 MCP tools. Internal alpha running on lydos.ailydian.com. This reference documents the real subsystems and extension points.
curl -fsSL https://lydos.ailydian.com/install | shInstalls in ~15 seconds. Then run lydos auth login to authenticate.
Install · Authenticate · Build
Three steps from zero to running agents. Real commands against the live API.
| 1 | # Install LYDOS CLI (Linux / macOS) |
| 2 | curl -fsSL https://lydos.ailydian.com/install | sh |
| 3 | |
| 4 | # Windows |
| 5 | iwr https://lydos.ailydian.com/install.ps1 -useb | iex |
Everything else in the docs
Architecture maps, Q-engine catalogue, MCP setup, LLM providers, extension points, and alpha caveats all live in the docs.
Architecture
7-layer subsystem map, 29 modules, health monitoring.
API Reference
Full REST endpoints with request/response schemas.
Q-Engine Catalogue
Q25–Q250 with endpoint prefixes and descriptions.
MCP Setup
Connect any of the 6 supported AI CLIs (Claude Code, Cursor, Cline, Codex CLI, Aider, VS Code Continue).
AI CLIs vs LLMs
Single source of truth — 6 user-facing CLIs and 12 backend LLM providers, layer-by-layer.
LLM Providers
12 providers: Groq, Anthropic, OpenAI, Mistral, Gemini, DeepSeek, Z.AI, Qwen, Cohere, NIM, Kimi, Ollama — Q159 routing logic.
Agents Guide
Build Python and YAML agents, lifecycle management.
Alpha Caveats
Cluster bring-up, feature flags, known constraints.
Getting Started
Clone, install, verify the server in 5 minutes.
OpenAPI 3.1 Spec
Curated public surface (13 unauthenticated endpoints). Drop-in for SDK generators (openapi-generator, autorest, openapi-typescript).
Start building on LYDOS
Server is live at https://lydos.ailydian.com. Install the CLI and you are ready in under a minute.