Prerequisites
Before deploying Scout on-premise, you need:- Kubernetes cluster with kubectl access
- OpenAI-compatible API (e.g. LiteLLM) serving an Anthropic Claude model
- Coalesce Quality OAuth credentials from on-premise integration setup:
SYNQ_CLIENT_IDSYNQ_CLIENT_SECRET
Deployment
All deployment configurations, detailed instructions, and examples are available in our official repository: getsynq/synq-scout-k8s The repository provides complete deployment guidance including:- Kubernetes configurations
- Environment setup instructions
- Sample deployment files
- Troubleshooting guides
Configuration
During your on-premise integration setup in Coalesce Quality, you’ll receive OAuth credentials that are required for deployment:SYNQ_CLIENT_IDSYNQ_CLIENT_SECRET
LLM Model Configuration
Scout uses two model roles — a thinking model (for reasoning and triage) and a summary model (for generating summaries). Both default to Claude Sonnet when not explicitly configured. You can override the models using environment variables:
The model names should match what your OpenAI-compatible API expects (e.g. the model name configured in LiteLLM).
To see the list of currently supported models and their stable/latest versions, go to Settings → Scout AI → Models in the Coalesce Quality platform.
Support
For deployment assistance:- Repository Documentation - Complete deployment guide
- Repository Issues - Report deployment issues
- Coalesce Quality support - Contact your team for assistance