Installation
Setup for local development and production-like validation.
Prerequisites
Recommended: Docker Compose, Node.js 20+, Python 3.11+, and access to the PostgreSQL container.
Bootstrap the Project
Copy environment variables first, then start core services.
cp .env.example .env
docker compose up -d postgres redis api-gateway admin-dashboard identity-syncVerification
Check health endpoints and login page before running feature tests.
- https://api.agentic360.de/health
- https://admin.agentic360.de/access