Service Map
Services & Responsibilities
Service Communication
All services communicate via:
- HTTP/REST - Synchronous request/response
- Redis - Shared cache and session state
- PostgreSQL - Shared database (schema-per-service)
Port Assignments
| Service | Port | Database Schema |
|---|---|---|
| Identity | 3001 | identity |
| Organization | 3002 | organization |
| Mock Engine | 3003 | mock_engine |
| AI | 3004 | N/A (stateless) |
| Collections | 3005 | collections |
| Platform | 3006 | platform |
| Proxy | 3007 | proxy |
| Protocol Server | 3008 | protocol |
| Data Studio | 3009 | data_studio |
| Airgap | 3010 | airgap |
| MCP Server | 3011 | N/A (stateless) |
| CLI Service | 3012 | cli |