Agent Identity
Issue verifiable credentials to agents with trust tiers. Know exactly who is making every request.
Identity, policy, and audit infrastructure for enterprise AI agent ecosystems.

pip install meshguardfrom meshguard import MeshGuardClient
client = MeshGuardClient(
gateway_url="https://your-gateway.meshguard.app",
agent_token="your-token"
)
# Check if an action is allowed
decision = client.check("read:contacts")
if decision.allowed:
# Proceed with the action
passWhen Agent A delegates to Agent B, traditional identity controls break down:
MeshGuard fixes this by providing a governance control plane purpose-built for AI agent ecosystems.
MeshGuard is designed for teams building production AI agent systems in healthcare, finance, and enterprise environments.