Decisio adapts to your business vertical. Each domain configures agent behavior, ML models, compliance settings, and KPIs for your specific industry needs.
How Domains Work
When you create a tenant or configure your account, you select a business domain. This single choice configures the entire platform to speak your language and solve your specific problems.
Domain selection affects:
- Agent Variants: Each agent transforms into a domain-specific expert
- ML Models: Pre-trained models tuned for domain patterns
- Data Models: Expected entity types and field mappings
- KPI Dashboards: Industry-standard metrics and benchmarks
- Compliance Mode: Audit logging and approval workflows (Fintech/Lending)
Available Domains
Domain Selection
Domain is set at the tenant level. For direct customers, this is configured during onboarding. For partners using the SDK, domain is specified in the tenant provisioning API:
POST /partner/tenants
{
"client_name": "Acme Corp",
"external_client_id": "ACME-001",
"domain": "retail" // retail | fintech | lending
}Compliance Mode
Fintech and Lending domains have compliance mode enabled by default. This adds:
- Full Audit Logging: Every decision, approval, and data access is logged
- Approval Workflows: High-risk decisions require multi-level approval
- Data Retention Policies: Configurable retention with secure deletion
- Regulatory Reports: Pre-built templates for RBI, PCI-DSS compliance
Domain-Specific Models
Each domain uses pre-trained ML models optimized for common patterns in that vertical:
| Domain | Model Type | Description |
|---|
| Retail | Price Elasticity | SKU-level elasticity with seasonal adjustment |
| Fintech | Fraud Scoring | Rule + statistical hybrid with velocity detection |
| Lending | Credit Scorecard | WoE-based 300-900 score with factor breakdown |
| All | Forecast Ensemble | ETS + ARIMA + XGBoost ensemble with auto-tuning |
Switching Domains
Domain cannot be changed after tenant creation. If you need to use Decisio for multiple verticals (e.g., a conglomerate with retail and lending businesses), create separate tenants for each domain.
Custom Domain Configuration
Enterprise customers can request custom domain configurations that modify:
- Agent behavior and thresholds
- Custom KPIs and dashboards
- Industry-specific ML model fine-tuning
- Custom data entity types
Contact your account manager or reach out to sales for custom domain requirements.