Skip to main content

Usage History

What you'll learn
  • How to monitor your monthly resource consumption
  • What each usage meter tracks and what its limits are
  • How to view static resource usage for storage and database
  • How to review usage from previous billing periods

The Usage sections on the Billing page give you a detailed, real-time view of how much of your plan's resources you have consumed. This information is essential for understanding whether your usage fits within your plan allowances or whether you are incurring overage charges.

Monthly Usage

The Monthly Usage section shows your consumption of plan resources that reset each billing cycle. At the top of this section, there is a dropdown selector that lets you choose which billing period to view.

Each meter displays three values: the current count, the plan limit, and the percentage used.

Usage meters

MeterDescriptionPro plan limit
Compute timeServer processing time consumed by your requests, measured in milliseconds36,000,000 ms (36K seconds)
Normalized input tokensAI input tokens consumed when AI agents process incoming messages and context300,000
Normalized output tokensAI output tokens generated when AI agents compose responses100,000

Reading the meters

Each meter shows a progress bar along with a summary like:

0 / 300,000 (0%)

This tells you that 0 out of 300,000 allowed units have been consumed, which is 0% of the limit. As you use the platform throughout the month, these numbers update to reflect your actual consumption.

Viewing past billing periods

Use the dropdown selector at the top of the Monthly Usage section to switch between billing periods. This lets you compare usage across months and identify trends. You can also click the Usage history button to open a dedicated view with more detailed historical data.

The Usage history sub-item in the sidebar under Billing also takes you directly to this detailed history page.

Static Usage

Below the monthly meters, the Static Usage section shows resources that do not reset each month but accumulate over time.

Storage Usage

FieldDescriptionExample
UsedTotal storage currently consumed0 Bytes / 2 GB
FilesNumber of files stored0
RemainingAvailable storage capacity2 GB

Storage is consumed by media files, attachments, and documents uploaded to the platform.

Database Usage

FieldDescriptionExample
UsedTotal database storage currently consumed8.82 KB / 200 MB
FilesNumber of database records or objects4
RemainingAvailable database capacity199.99 MB

Database usage grows as you add clients, conversations, workflow configurations, and other data to the platform.

Understanding your usage patterns

  • High compute time -- If your compute time is approaching its limit, review which workflows and integrations are consuming the most processing time.
  • High token consumption -- If your AI agents are consuming most of your input or output tokens, consider optimizing your AI agent prompts to be more concise.
  • Storage approaching capacity -- Review and remove files you no longer need.
tip

Make it a habit to check your usage at least once a week. If any meter is consistently above 70% by mid-month, that is a signal you may be on track to hit your limit before the billing period ends. Usage beyond your plan allowance is billed at retail overage rates.

Next steps