Skip to main content

1. Install

2. Get an API key

Go to cloud.quintai.dev/settings and create an SDK API key. It starts with qak_.

3. Initialize

Or set the environment variable:

4. Guard your tools

Every call is now:
  • 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

The agent receives the error and can decide what to do — retry with different arguments, ask the user, or move on.

Framework integrations

Next steps

Policy DSL

Write YAML rules to control what your agents can do

API Reference

Full reference for init(), guard(), and integrations