Skip to main content
The Quint Agent SDK captures every tool call your AI agent makes, enforces YAML-defined security policy at the tool-call boundary, and streams structured intent frames to the Quint cloud for real-time behavioral-security analysis.

Why

AI agents call tools — file reads, shell commands, API calls, database queries. Without visibility into what tools are called and with what arguments, you can’t detect prompt injection, data exfiltration, or unauthorized access. The SDK sits at the tool-call boundary:

What it captures

Install

With framework integrations:

Quick start

That’s it. Every call to read_file is now captured, policy-checked, and streamed to the Quint dashboard.

Quickstart

Get running in 2 minutes

Policy DSL

YAML rules for tool-call enforcement

Integrations

LangChain, Anthropic, OpenAI, MCP

API Reference

init(), guard(), Client, Policy