Documentation
pip install tokevenfrom anthropic import Anthropic
from tokeven import TokevenAnthropic
client = Anthropic()
tracked = TokevenAnthropic(client, ingest_token="tkv_ing_...")response = tracked.messages.create(
model="claude-sonnet-4-6",
max_tokens=1024,
messages=[{"role": "user", "content": "Hello"}]
)
# Cost, tokens, and model tracked automaticallyInstall, configure, and make your first tracked call
Python wrapper API, configuration options, and advanced usage
Seven real-time dashboards for cost, models, tokens, patterns, drivers, and skills
Connect Tokeven to your existing tools and workflows
REST API for ingest, analytics, and export
Best practices for cost optimization and team rollout