Skip to main content

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_ID
    • SYNQ_CLIENT_SECRET

Deployment

Scout runs as a single process that only ever connects outward, so it can sit inside your network with nothing exposed. Two supported shapes:
The recommended shape for a long-running deployment. All configurations, detailed instructions and examples are in our official repository:getsynq/synq-scout-k8sThe repository provides complete deployment guidance including:
  • Kubernetes configurations
  • Environment setup instructions
  • Sample deployment files
  • Troubleshooting guides
You do not need any of this to use Scout’s tools from an AI client — the MCP server is hosted. See MCP.

Configuration

During your on-premise integration setup in Coalesce Quality, you’ll receive OAuth credentials that are required for deployment:
  • SYNQ_CLIENT_ID
  • SYNQ_CLIENT_SECRET
These credentials authenticate Scout with the Coalesce Quality platform and must be configured in your deployment.

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: On-premise deployment provides complete control over your data while maintaining Scout’s full functionality and enterprise security requirements.