Session Budgets
Set hard limits on what agents can spend within a session. When a budget is exhausted, the session is paused or terminated.
Features
Cost Limits
Set a maximum dollar amount per session. When reached, the agent stops making LLM calls.
Token Limits
Cap total tokens (input + output) per session. Useful for controlling prompt length and response verbosity.
Time Limits
Set maximum session duration. Prevents agents from running indefinitely on complex tasks.
Alerts
Get notified at 50%, 80%, and 100% budget consumption. Take action before limits are hit.