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
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: 8093 in local compose for the bridge, with MCP JSON-RPC mounted by the bridge
Platform Foundation Services
SynapseX includes additional foundation services behind the API Gateway:| Component | Port | Responsibility |
|---|---|---|
| Tenant Service | 8019 | Organizations, plans, limits, members |
| Event Bus Service | 8020 | Durable publish/consume/ack events |
| Workspace Service | 8021 | Workspaces and agent artifacts |
| Webhook Service | 8022 | Subscriptions, signed deliveries, retries |
| Update Service | 8023 | Agent/runtime releases and rollout checks |
| Model Registry Service | 8024 | Model catalog and provider metadata |
| Observability Service | 8025 | Telemetry events and service summaries |
Platform Dashboard
Web portal for teams.- Stack: Next.js 16, TypeScript, Tailwind
- Features: API key management, usage analytics, billing, Stripe integration
- URL: https://platform.softquantus.com
CLI
Python CLI with two entry points:synapsex— full namesx— short alias
Docs
Mintlify-based documentation site (this site).- Static export → served by nginx on port 80