Skip to content

MeshGuardNeutral Control Plane for AI Agent Governance

Microsoft Agent Governance Toolkit in your code. MeshGuard running your fleet.

MeshGuard

Quick Install

bash
pip install meshguard-agt
python
from meshguard_agt import configure_agt_with_meshguard

kernel = configure_agt_with_meshguard(
    gateway_url="https://your-gateway.meshguard.app",
    tenant_id="acme-corp",
    agent_token="your-token",
    features=["policy", "audit", "identity", "trust", "mcp"],
)

Why MeshGuard?

AGT is the right in-process governance kernel for many teams. MeshGuard is the neutral control plane that makes those governed agents operable across vendors, clouds, tenants, and regulated environments.

  • One PDP RPC contract for AGT, LangChain, Bedrock, Vertex, OpenAI Agents, Claude, and custom agents.
  • One operator console for policy lifecycle, SSO, SCIM, RBAC, audit query, alerting, SIEM egress, and tenant administration.
  • One portable deployment model across MeshGuard SaaS, customer-owned cloud, sovereign regions, self-hosted Kubernetes, and air-gapped installs.
  • One audit stream that customers can export, verify, and take with them.

MeshGuard does not compete with the agent framework. MeshGuard governs the fleet.

Strategic Path

Start with AGT integration, then move local YAML policies into policy-as-code. For architecture and PEP/PDP boundaries, see AGT and MeshGuard architecture.

Connect AGT →

Governance Control Plane for AI Agents