Configuration
Per-tenant configuration for persona, model strategy, feature flags, RAG, agentic mode, rate limits, and data retention.
Tenant configuration is stored as structured JSON across several config blocks. All config is updated via PATCH /dashboard/account/config.
You can update one or more blocks in a single request. Omitted blocks are left unchanged.
Config blocks
| Block | What it controls |
|---|---|
| personaConfig | AI name, tone, formality, disclaimers, language |
| modelConfig | Model strategy, per-intent overrides, cost limits |
| featureConfig | Feature flags — RAG, agentic mode, streaming, employer features |
| ragConfig | Retrieval mode, chunking strategy, reranking, embedding model |
| dataRetentionConfig | Session, message, and audit log retention periods |
Reading current config
The response includes config.personaConfig, config.featureConfig, and config.modelConfig.