Skip to main content
The Flint AI TypeScript 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 Node.js 18 or later.

Installation

Install @sandboxaq/flintai-sdk-ts 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.