CLI
Usage & Billing
Monitor your organization's plan, ops consumption, and purchase history.
The usage command group provides visibility into your organization's plan, ops consumption, and purchase history.
usage get
Show the current plan and ops usage summary.
pentest-agent usage getusage by-project
Show ops usage broken down by project.
pentest-agent usage by-projectusage chart
Retrieve raw usage records suitable for charting.
pentest-agent usage chart --jsonusage transactions
List ops purchase transactions.
pentest-agent usage transactionsusage reviews
List expert report review purchases.
pentest-agent usage reviewsusage check
Check whether an estimated number of ops is available before starting a scan.
pentest-agent usage check --estimated 500Options
| Option | Required | Description |
|---|---|---|
--estimated <ops> | Yes | Number of estimated ops needed. |
usage estimate-project
Estimate the ops cost for an existing project based on its current configuration and scope.
pentest-agent usage estimate-project <projectId>usage estimate-new
Estimate ops cost for a new project before creating it.
pentest-agent usage estimate-new --type webapp --hosts 5Options
| Option | Required | Description |
|---|---|---|
--type <projectType> | Yes | Project type (see reference values). |
--hosts <count> | Yes | Projected number of hosts or targets. |