1. Install
2. Get an API key
Go to cloud.quintai.dev/settings and create an SDK API key. It starts withqak_.
3. Initialize
4. Guard your tools
- Captured — tool name, arguments, result, timing
- Policy-checked — blocked if it violates your security rules
- Streamed — async telemetry to Quint cloud (non-blocking)
5. See it in the dashboard
Open cloud.quintai.dev. Your agent’s session appears in real-time with every tool call, policy decision, and behavioral signal.What happens when a tool is blocked
Framework integrations
- Anthropic
- LangChain
- MCP
Next steps
Policy DSL
Write YAML rules to control what your agents can do
API Reference
Full reference for init(), guard(), and integrations