Resources for governed AI execution
A single index of practical guides for teams connecting AI to production APIs, webhooks, MCP, knowledge bases, and operational systems without losing control.
Guides for AI execution governance
Start with concepts, integrations, scale, compliance, cost, or runtime safety. Each card opens a short problem-led guide.
Concepts
Integration
The problem
A one-time OpenAPI import goes stale quickly: schemas change, base URLs differ between staging and production, auth conventions evolve, and tool definitions in planner context can lag behind reality.
How PlanVault™ changes the approach
PlanVault™ treats OpenAPI as a lifecycle: source records, sync preview, sync runs, runtime URL overrides, and Auto-Healer help keep the catalog current without hand-editing every tool.
What to verify in the product
Review the docs/API and architecture sections for import and sync concepts, then read the 1,000-endpoints guide because catalog lifecycle and retrieval scale work together.
Scale
Compliance
Cost
Runtime safety
The problem
Normal application logs do not show the full AI workflow: a request enters the runtime, the planner calls an LLM, the runtime performs tool calls, and the SIEM receives an audit event separately. Without a distributed trace, support teams miss the causal chain; with raw tenant labels, telemetry creates GDPR and cardinality risk.
How PlanVault™ changes the approach
PlanVault™ uses W3C trace context, `trace_id` / `span_id`, and a pseudonymous `organization_hash` for tenant-safe correlation. OTLP export over mTLS and redaction in a customer-operated collector let operators route signals to Tempo/Loki/Prometheus/Grafana or an enterprise observability backend.
What to verify in the product
Start with /docs/security for the tenant-safe telemetry model, /docs/architecture for the runtime boundary, and /api-docs for the audit webhook contract with `trace_id` correlation.
Open Source
Production LLM Agent Checklist
A community checklist covering reliability, observability, safety, and governance for LLM agents in production.
AI Engineering Playbook
Patterns, principles, and decision frameworks for building governed AI systems at scale.
Self-hosted deployment
Docker Compose stack to run PlanVault on your infrastructure — compose files, scripts, and operator docs (Apache 2.0).