Usage and Billing
hidettp tracks usage for every bot execution and bills based on the compute time consumed. This page explains how usage is metered, how costs are calculated, and how to monitor your consumption.

How Usage is Tracked
Every time a bot executes, hidettp records the duration of the Docker container that ran it. This is the primary billing metric.
- Cost: $0.10 per Docker minute
- Rounding: Duration is rounded up to the nearest minute. A 12-second execution is billed as 1 minute. A 61-second execution is billed as 2 minutes.
- Scope: Usage is tracked per organization. Each organization has its own usage history and limits.
Usage Dashboard
Access the usage dashboard from the sidebar by clicking Usage. The dashboard provides a complete view of your organization's consumption.
Period Selection
Use the period selector at the top of the page to filter usage data:
- Today — Current day
- This Week — Current calendar week
- This Month — Current calendar month
- Custom Range — Pick a specific start and end date
Summary Metrics
The dashboard displays key metrics for the selected period:
- Docker Minutes — Total compute minutes consumed, shown alongside your plan limit
- Execution Count — Total number of executions, with the success rate percentage
- Data Extracted — Total volume of extracted data in GB
- Total Time — Aggregate wall-clock time across all executions
Time Breakdown Chart
A visual chart shows how usage is distributed across your bots over the selected period. This helps identify which bots consume the most resources.
Bot Breakdown Table
A detailed table lists per-bot usage statistics, including:
- Bot name
- Number of executions
- Docker minutes consumed
- Data extracted
Recent Executions Table
The most recent executions are listed with their individual cost, duration, status, and the bot that ran them.
CSV Export
Click the Export CSV button to download your usage data for the selected period. The export includes execution-level detail suitable for accounting or internal reporting.
Alerts
The alerts panel surfaces usage-related notifications, such as approaching your plan limit or unusual consumption spikes.
Data Retention
Usage records are retained permanently, even after a bot is deleted. Historical usage data for deleted bots continues to appear in the dashboard and exports so your billing history remains complete and auditable.