AI Governance

AI Pilot provides enterprise AI governance across access, cost, safety, and data protection controls.


TopicPurposeLink
AI Pilot overviewArchitecture and flowControl Core AI Pilot
Capability matrixCRDs vs ext_proc vs PBACCapability matrix
Per-bouncer operationsConfigure LLM/cost/safety by bouncerAI Pilot
Prompt control modelEnterprise prompt security controls and actionsPrompt Security Controls
Incident handlingFailure patterns and fixesAI Pilot 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 OPA 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