Centralize tenant settings, security policies, and resource limits to keep AISentinel deployments consistent across environments. This guide outlines governance patterns and customization options.
| Domain | Description | Key Settings |
|---|---|---|
| Security Policies | Rulepacks, enforcement modes, exception workflows | Default rulepack, allowlist domains, override approvals |
| Tenant Settings | Regional residency, BYOK linkage, logging destinations | Data region, BYOK key ARN, SIEM endpoint |
| Resource Limits | Evaluation quotas, concurrency controls, retention windows | Max evaluations/min, async queue size, audit retention |
| Integrations | Webhooks, SIEM, ticketing, billing connectors | Webhook secrets, Splunk HEC URL, ServiceNow instance |
Configurations can be managed through environment variables, configuration files, and available API endpoints. Refer to the specific component documentation for implementation details.
encryption.required = true and verify BYOK is configured (see BYOK).apiKeys.rotationDays and byok.rotationDays, aligning with Key Rotation.audit.retentionDays to satisfy HIPAA (6 years) or GDPR (customizable).network.allowedCidrs.config.projects.sales.rulepack.docs/deployment.GET /v1/config exports and store in immutable storage./v1/config/snapshots) to roll back to known-good states.Effective configuration management keeps governance consistent, supports compliance audits, and accelerates new agent deployments.