REDVEIL/Docs
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 get

usage by-project

Show ops usage broken down by project.

pentest-agent usage by-project

usage chart

Retrieve raw usage records suitable for charting.

pentest-agent usage chart --json

usage transactions

List ops purchase transactions.

pentest-agent usage transactions

usage reviews

List expert report review purchases.

pentest-agent usage reviews

usage check

Check whether an estimated number of ops is available before starting a scan.

pentest-agent usage check --estimated 500

Options

OptionRequiredDescription
--estimated <ops>YesNumber 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 5

Options

OptionRequiredDescription
--type <projectType>YesProject type (see reference values).
--hosts <count>YesProjected number of hosts or targets.

On this page