AI Governance

AI Gateway (AI Pilot managed from the Control Plane /pilot cockpit) provides enterprise AI governance across access, cost, safety, and data protection controls.


TopicPurposeLink
AI GatewayRouting, guardrails, MCP proxy from /pilotAI Gateway
AI Agent IdentityNHI discovery, SPIFFE, /observe/nhiAI Agent Identity
AI ObservabilityLangfuse traces via Bouncer OTELAI Observability
AI Gateway — full guideArchitecture and operator narrativeAI Gateway enterprise guide
NHI continuous verificationAgent Access Controls — discover NHIs from traffic, profile, enforce Rego (vendor-agnostic PIP)NHI verification
MCP blast radiusLimit MCP tool exposure per agentMCP blast radius
Agent framework connectorsAgentforce, Foundry, LangChain via one BouncerFramework connectors
Token cost circuit-breakingBackendTrafficPolicy + Redis budgetsToken circuit-breaking
Capability matrixCRDs vs Bouncer intercept vs PBACCapability matrix
Per-bouncer operationsConfigure LLM/cost/safety by bouncerAI Gateway management
Prompt control modelEnterprise prompt security controls and actionsPrompt Security Controls
Incident handlingFailure patterns and fixesAI Gateway troubleshooting

Governance model visual

Click to enlarge


Multi-framework agent governance

Control Core provides unified authorization for AI agents regardless of the orchestration framework. Whether agents are deployed through Salesforce Agentforce, Microsoft Azure AI Foundry, custom LangChain pipelines, or any other platform, the Bouncer intercepts and normalizes agent context into a single x-controlcore-agent-context header.

Click to enlarge

The Bouncer remains framework-agnostic — it forwards all vendor-specific headers into policy engine input generically. Controls authored in the Control Plane determine what each agent framework may access, which capabilities are permitted, and what data classification restrictions apply. This means you can enforce consistent governance across heterogeneous agent ecosystems without maintaining separate control sets per vendor.

What enterprises typically configure

  • Model access restrictions by role/environment
  • Token-aware budgets and fallback routing
  • Prompt injection/jailbreak/exfiltration controls
  • PII and secret redaction policies
  • Exception handling with allowlists and trusted domains
  • Agent capability restrictions per framework and identity
  • Cross-framework data classification enforcement
  • Temporal access windows for autonomous agents