Start Free

Packages

Two SDKs. One audit trail underneath everything.

Both packages are MIT licensed and published under the @auxdynamics scope on npm. The agent SDK governs your AI calls at the boundary; the compliance SDK gives your backend programmatic access to events, policies, and reports.

@auxdynamics/mastguard-agent-sdk

npmMIT

TypeScript SDK for wrapping AI clients with realtime monitoring, policy enforcement, and audit logging. Includes pre-call blocking, streaming support, an MCP proxy for tool-call governance, and output harm classification.

agent-sdk
$ npm install @auxdynamics/mastguard-agent-sdk

@auxdynamics/mastguard-sdk

npmMIT

Core MastGuard SDK for event ingestion, HITL decisions, policy queries, and compliance report access from your own backend. Authenticates with an API key; governance decisions come back as ALLOW, BLOCK, HITL, or ALERT.

compliance-sdk
$ npm install @auxdynamics/mastguard-sdk

Working in Python? Every capability above is also available over the REST API with an API key, and a native Python SDK is on the roadmap. Tell us about your stack and we will prioritize it.

Request Python SDK