Prerequisites
Before deploying Scout on-premise, you need:- Kubernetes cluster with kubectl access
- OpenAI-compatible API (e.g. LiteLLM) serving an Anthropic Claude model
- SYNQ 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 SYNQ, 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:| Variable | Description |
|---|---|
SYNQ_THINKING_MODEL | Model used for reasoning and triage |
SYNQ_SUMMARY_MODEL | Model used for generating summaries |
OPENAI_MODEL | Fallback model for both roles if the above are not set |
Support
For deployment assistance:- Repository Documentation - Complete deployment guide
- Repository Issues - Report deployment issues
- SYNQ Support - Contact your support team for assistance