Editions Modules Use Cases Architecture Community Download Get Started →

Use Cases

Three production patterns that cover the majority of Conduvia deployments. Each one is a blueprint — expand, mix, or compose.

Use case 01

Governed Integration

Conduvia enforces schema contracts, PBAC authorization, and tenant isolation across every integration point. Producers think they are talking directly to the platform. Downstream thinks messages arrive from the system. Conduvia is invisible infrastructure in between.

  • 10-step validation chain with short-circuit on first failure
  • PBAC policy enforcement with deny-by-default posture
  • Schema lifecycle governance: Draft → Active → Deprecated → Blocked → Retired
  • Full audit trail for every authorization decision
  • Transparent checkpoint — no boundary mechanics leak to producers
Use case 02

AI Gateway Boundary

AI agents become a recognized producer type with additional ABAC attributes. Token budgets, PII masking, and bounded prompt injection checks are per-alias extensions — never universal platform primitives. Conduvia governs what enters and leaves the platform; the workflow engine governs how AI agents behave inside.

  • MCP-aware ABAC governance — alias carries allowed MCP tool scopes
  • Token budget enforcement — per-alias cap, rate-limit variant
  • PII masking mandatory on AI-facing aliases
  • Bounded prompt injection check — deterministic structural scan only
  • AI audit trail extensions: tokenCount + mcpToolScope on PolicyDecisionResult
Use case 03

Multi-Tenant Delivery

Conduvia is multi-tenant by design. Tenant context propagates from admission through Kafka through transforms through delivery. The TenantConfigResolver resolves per-tenant credentials at sink runtime — producers know nothing about downstream delivery mechanics.

  • Per-tenant kill switch, traffic shaping, replay fencing
  • TenantConfigResolver with in-process TTL cache and encrypted backing store
  • Per-tenant rate limits, delivery quotas, and alert thresholds
  • All metrics tagged with tenant dimension
  • Runtime conformance detection for stale configs and version mismatches

Have a different use case in mind?

These patterns cover most production Conduvia workloads. But every platform is different — if your use case doesn’t fit here, we’d love to hear about it.