Documentation Index
Fetch the complete documentation index at: https://katavenai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Cost-cap behavior
If your account is at its cap, the call returns429:
429 reason | Cause |
|---|---|
Concurrent call limit reached | Too many calls in flight right now. |
Call rate limit | Too many calls in the current minute. |
Daily call limit reached | Today’s call budget exhausted. |
Daily minute budget exhausted | Today’s talk-time budget exhausted. |
client.call_limits.update(...).
Watch the call live
The response includessession_id. Open
https://hub.kataven.ai/conversations/<session_id> to see the
transcript stream as the call happens.
For programmatic monitoring, the Context Service has a separate HTTP
admin surface — see the Context Service docs for /api/conversations/*.