// Docs
Quickstart
This is the ultra-simple Community flow.
Ultra-simple version
- Clone the repository:
git clone https://github.com/cencurity/cencurity.git - Move into the deploy folder:
cd cencurity - Run
docker compose up -d - Open
bootstrap_tenant_customer_api_key.txtand check the API key - Open
http://localhost:18080in your browser and log in with that API key - Set your app's LLM base URL to
http://localhost:18082
Main local URLs
- Dashboard:
http://localhost:18080 - Proxy:
http://localhost:18082
What this means in practice
- dashboard login uses the generated bootstrap tenant API key
- your app sends model traffic through the LLM base URL
http://localhost:18082 - Cencurity sits in the middle before traffic reaches the provider
