Deployment Models
Embedded SDK (Recommended)
Governance runs inside your application process. No network calls for evaluation.Platform Adapters (v1.3)
Native integration with cloud agent platforms:AWS Bedrock Agents
Lambda Layer or sidecar for Bedrock Agent action groups
AWS AgentCore
Lifecycle governance hooks (onCreate, onExecute, onTool, onTerminate)
Azure AI Agent Service
Azure Function or AKS sidecar for tool-call pipeline
Infrastructure Options
Serverless
AWS Lambda, Cloud Run, Azure Functions. Event-driven, auto-scaling.
Docker
Governance sidecar container. Language-agnostic HTTP API.
Kubernetes
Helm chart, sidecar injection, enterprise scale.
PaaS
Heroku, Render, Railway, Fly.io. Rapid deployment.
Infrastructure as Code
Terraform
Official Terraform modules
Pulumi
Infrastructure in TypeScript/Python
Helm
Kubernetes Helm charts
Governance Bundle Distribution
In enterprise deployments, governance teams publish signed policy bundles that applications load at startup:Workload Identity Binding (v1.3)
Bind governance bundles to specific platform workload identities:
This ensures bundles only work in authorized environments.
Operations
Monitoring
Prometheus metrics, OTel spans, CloudWatch/App Insights
CI/CD
Policy testing in pipelines, automated bundle signing
Security
Network isolation, secret management, encryption
Cost Optimization
Right-sizing, caching, module selection
Next Steps
Quickstart
Get governance running in 5 minutes
Platform Adapters
Native cloud platform integration

