Back to MeshGuard

Microsoft AGT integration

AGT in your code. MeshGuard running your fleet.

AGT is the in-process policy enforcement point. MeshGuard is the neutral, multi-vendor control plane for production policy decisions, audit, identity, trust scoring, operator workflows, and regulated deployment.

Policy backend

Remote PDP decisions with cache, latency metrics, and fail-closed default.

Audit sink

Batched decision audit with WAL-backed recovery and tamper-evident anchors.

Identity provider

JWT compatibility today, SPIFFE/SPIRE workload identity as the enterprise path.

Trust oracle

Live trust tiers and scores from the MeshGuard control plane.

MCP gateway

Tool poisoning, drift, and typosquatting checks delegated to MeshGuard.

Python setup

pip install meshguard-agt

from meshguard_agt import configure_agt_with_meshguard

kernel = configure_agt_with_meshguard(
    gateway_url="https://gateway.meshguard.app",
    tenant_id="acme-corp",
    agent_token=os.environ["MESHGUARD_AGENT_TOKEN"],
)