| Isolation & Security |
| Multi-tenant isolation (infra-level) |
✅ No cross-tenant data access |
~ Reduces liability exposure |
✅ Safe multi-customer deployments |
✅ Enforced at every layer — no custom middleware |
| Execution Firewall (policy before tool calls) |
✅ Zero outbound from Executor; Supervisor gates all tools |
~ Contains blast radius of agent errors |
✅ Ship agents that pass enterprise security review |
✅ Built-in; no wrapper to build and maintain |
| DLP — PII/PHI detection |
🗺 Roadmap — not yet available |
~ Planned: reduce regulatory fine exposure |
~ Planned for healthcare/finance verticals |
~ Configurable detection patterns (planned) |
| Compliance & Auditability |
| Timestamped audit trail (allow/deny log) |
✅ Every decision logged; RBAC denial events |
~ Evidence for audit-driven risk review |
~ Debug agent decision paths |
~ Incident investigation |
| Citations & source provenance |
✅ Every AI claim traceable to source evidence |
~ Reduces risk of unsubstantiated AI outputs |
✅ Enterprise trust in AI-generated answers |
— Not a primary infra concern |
| Self-hosted deployment (no SaaS data path) |
✅ No vendor data retention; VPC-only data path |
✅ Infrastructure cost only; no per-seat SaaS fee |
~ Satisfies enterprise customer requirement |
✅ Full stack control; auditable images. Four paths: platform dev mode (services on host, infra elsewhere); local infra only (Docker Compose for Postgres/Redis/ClamAV, services on host); all-in-one Docker Compose (full stack bootstrapped via kdcube-cli); custom UI + managed infra (custom frontend with externally-managed Postgres/Redis, OpenResty auth templates). |
| Cost & Financial Control |
| Per-customer cost accounting + hard caps |
~ Audit trail on spend commitments |
✅ Hard caps before execution; per-customer billing data |
~ Per-feature cost visibility |
✅ Prevents runaway agent spend |
| Gateway (rate limits + backpressure + circuit breakers) |
~ Protects service availability |
~ Prevents infrastructure cost spikes |
~ SLA protection per customer |
✅ Live-tunable via Redis pub/sub; no restarts |
| Developer Velocity |
| MCP + custom tools / skill bundles |
~ Each tool auditable and policy-gated |
— Not a primary finance concern |
✅ Extend agents with any tool without platform changes |
✅ Integrate existing internal tooling via MCP |
| Hot-loadable agent bundles (no restarts) |
— Not a primary compliance concern |
— Not a primary finance concern |
✅ Deploy new behaviors per-tenant without downtime |
✅ Reduces change risk; no rolling restarts for logic updates |
| Ops & Observability |
| Monitoring & autoscaling signals |
— Not a primary compliance concern |
~ Infrastructure cost optimization |
~ SLA visibility per deployment |
✅ Dedicated metrics service aggregates SSE connection counts, REST latency percentiles (p50/p95/p99), queue depth, and pool utilization. Pre-built autoscaling signals require no custom instrumentation. |