"Add budget enforcement in three lines."
Install the LUT Agent SDK from PyPI. One command. Works with Python 3.8+ and all major AI provider SDKs.
Import lutflow, initialize with your budget policy, and replace your client. Your existing OpenAI/Anthropic/Gemini code works unchanged โ Lutflow wraps it with enforcement.
Every inference call is checked against your active budget policy. Caps, rate limits, model restrictions โ all evaluated before the API call is made.
Works with all three major providers. The LUT Agent wraps the standard client libraries โ no custom API integration needed.
See exactly how much each developer, project, or feature branch is spending on AI inference. Attribution at the code level.
The enforcement check adds minimal latency to each call. Policy evaluation happens locally โ no round-trip to a remote server.