ai_tools
Types of AI tools for organizing daily metrics.
-
id
Primary key - Unique identifier for the row.
-
built_in_key
string - Stable key identifying a DX built-in tool (e.g. claude, cursor, copilot). NULL for bespoke tools.
-
name
string - Name of the AI tool
-
bespoke
boolean - Whether the tool is a customer-defined bespoke tool, with metrics sourced from bespoke_ai_tool_daily_metrics.
-
enabled
boolean - Whether the tool is available in reports
-
cost_per_credit
number - USD dollars per credit for credit-billed tools (nullable; NULL/0 = not priced). Superseded by the effective-dated rates in ai_tool_credit_rates, which are what spend is derived from.