// Docs
Run with Docker
This is the detailed Community setup flow.
1. Clone the repository
git clone https://github.com/cencurity/cencurity.git
cd cencurity
2. Start the full stack
docker compose up -d
3. Wait for the bootstrap API key file
After the containers come up, a login API key file is created.
Look for:
bootstrap_tenant_customer_api_key.txt- or the generated file under
data/bootstrap_tenant_customer_api_key.txt
Copy the CENCURITY_BOOTSTRAP_TENANT_API_KEY value from that file.
4. Open the dashboard
Go to:
http://localhost:18080
Enter the issued API key on the login screen.
5. Set the LLM base URL
Set your app's LLM base URL to:
http://localhost:18082
That base URL is compatible with OpenAI, Anthropic, and Gemini-style traffic.
6. What you can do in the dashboard
After login you can review:
- real-time Audit Logs
- detection results
- policy lists
You can also add policies and use Dry Run before testing real blocking or masking behavior.
