Dashboard Get started

TokenID wraps your existing Anthropic, OpenAI, and xAI clients with one line of code. Every request is captured — cost, tokens, model, session, tool calls — and surfaced in your dashboard in real time. No infrastructure, no migrations, no changes to your logic.

How it works

  1. Install the SDK
    ```bash pip install --extra-index-url https://tokenid:@pypi.token.audit.id/simple/ tokenid ```
  2. Swap in the wrapper
    Replace your existing SDK client with the journaled equivalent. Your code stays the same. ```python from tokenid import JournaledAnthropic client = JournaledAnthropic(api_key="sk-ant-…", session_id="my-session") ```
  3. See your data
    Open your [dashboard](https://token.audit.id/app). Usage, cost, violations, and enforcement all update in real time.