Platform Components

Orchestrators

The core multi-agent execution engine.
  • Runtime: FastAPI + asyncio
  • Agent isolation: git worktrees per agent
  • LLM routing: LangChain-based, supports 9 providers
  • Port: 8090
Supported providers: Anthropic, OpenAI, Azure OpenAI, Google, Groq, DeepSeek, Ollama, Azure AI Foundry, FlexAI

Manager

Integration OS — connects agents to external tools via OAuth2.
  • Runtime: FastAPI
  • Integrations: Gmail, Slack, GitHub, Notion, Calendar, Linear
  • Auth: OAuth2 per entity_id
  • Port: 8000

MCP Gateway

Model Context Protocol server.
  • Protocol: MCP (Anthropic standard)
  • Clients: Claude Desktop, Cursor, VS Code (Continue)
  • Port: 8092

Platform Dashboard

Web portal for teams.
  • Stack: Next.js 16, TypeScript, Tailwind
  • Features: API key management, usage analytics, billing, Stripe integration
  • URL: https://app.synapsex.ai

CLI

Python CLI with two entry points:
  • synapsex — full name
  • sx — short alias

Docs

Mintlify-based documentation site (this site).
  • Static export → served by nginx on port 80