Billing

Every command below also accepts the global options.

Show billing status and current-period credit usage

sim billing status [options]

Show billing status and current-period credit usage (credits and storage require an OAuth login or personal API key)

Options

OptionRequiredDescription
--all-workspacesNoDo not filter to the configured workspace (OAuth login or personal API key required for account-wide access).

List credit usage events

sim billing logs [options]

List credit usage events (an OAuth login or personal API key reports only your events; a workspace API key reports every member's in aggregate, unattributed)

Options

OptionRequiredDescription
--source <value>NoFilter by usage source; sim-chat combines Copilot and workspace chat. Accepted values: workflow, wand, sim-chat, mcp_copilot, mothership_block, knowledge-base, voice-input, enrichment, voice-output, api-tool.
--period <value>NoBilling period. Accepted values: 1d, 7d, 30d, all, custom.
--start-date <value>NoCustom period start (ISO 8601).
--end-date <value>NoCustom period end (ISO 8601).
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--cursor <value>NoContinue from nextCursor returned by a previous result.
--all-workspacesNoDo not filter to the configured workspace (OAuth login or personal API key required for account-wide access).