Skip to main content
The Flint AI Python SDK connects a running agent to the Flint AI gateway, so you can see its sessions and apply guardrails to its traffic. It wraps your existing LLM client with one function call — your prompts, your model choice, and the rest of your code stay as they are.
Requires Python 3.10 or later.

Installation

Install flintai-sdk-py and verify it works

Configuration

Set the gateway URL, API key, and policy

Usage

Wrap a client, read what the SDK sends, and handle blocked responses

Integrations

OpenAI, Anthropic, Google GenAI, LangChain, and Google ADK
If you are setting this up for the first time, Monitor your agents at runtime walks the whole path end to end.