📄️ Overview
Synentra uses the standard ASP.NET Core configuration system (appsettings.json, environment variables, user secrets, Azure Key Vault).
📄️ System
The System section controls the HTTP server (Kestrel), storage backends, rate limiting, and circuit breaker behaviour.
📄️ Security
The Security section configures how AI agents authenticate with the Synentra gateway.
📄️ Policy
The Policy section controls how Synentra evaluates request policies.
📄️ Semantic
The Semantic section configures the optional LLM/ONNX-powered intent analysis layer. When enabled, Synentra classifies the free-form content of proxied requests to detect malicious or out-of-scope intent.
📄️ Human-in-the-Loop
The HumanInTheLoop section controls when and how Synentra intercepts requests for manual operator review.
📄️ Observability
The Observability section configures structured logging sinks for Synentra.
📄️ Secret Management
The SecretManagement section controls where Synentra resolves sensitive configuration values (API keys, connection strings, JWT signing keys).