> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kylon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# billing

> View billing summary, activity, and usage exports.

```text theme={null}
kylon workspace billing — kylon workspace help detail

billing — workspace billing and user-facing usage
  kylon workspace billing summary
    Show billing status and visible credit balance.

  kylon workspace billing activity [--limit <n>]
    List recent billing activity. Default 20, max 100.

  kylon workspace billing usage [--from <date>] [--to <date>] [--granularity hour|day|week|month] [--sections <list|all>] [--include-tools] [--format text|json|csv]
    Show the same user-facing usage available in Billing & usage. Default sections:
    summary, source, rooms, agents, people, automation. Resource-labeled
    sections may be omitted when the caller lacks workspace management access.
    --sections can include summary, source, rooms, agents, people, automation, tools.
    The tools section is sanitized and never exposes model or provider details.

  kylon workspace billing usage export [--from <date>] [--to <date>] [--granularity hour|day|week|month] [--sections <list|all>] [--include-tools] [--format json|csv] [--path </workspace/shared/...>]
    Emit a JSON or normalized CSV report for analysis.
    --path writes the export to a workspace file; otherwise the export is printed.

Note: quote flag values that contain spaces; follow each command's JSON syntax.
```
