bespoke_ai_tool_daily_metrics

Daily metrics for bespoke AI tool usage, supporting multiple tools per user per date.

id

Primary key
Unique identifier for the row.

email

string
User email address.

date

date
The date for which the metrics are recorded.

is_active

boolean
Indicates if the user was active with this tool on this date.

tool

string
Name of the bespoke AI tool.

metrics

jsonb
JSON object containing arbitrary metrics data for the tool.

input_tokens

number
Uncached input tokens consumed with this tool on this date.

output_tokens

number
Output tokens generated with this tool on this date.

cache_write_tokens

number
Tokens written to the prompt cache with this tool on this date.

cache_read_tokens

number
Tokens read from the prompt cache with this tool on this date.

spend_cents

number
Spend for this tool on this date, in US cents.