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

# Usage

> Track Reposeek search usage and quota.

# Usage

View usage at [reposeek.ai/dashboard/usage](https://reposeek.ai/dashboard/usage).

The usage page shows your current plan, searches used, searches remaining, and reset context when your plan has a monthly reset.

## Launch allowances

Free includes `10` searches per month for `$0`.

Pro includes `100` searches per month for `$19/month` or `$190/year`.

Max includes `1,000` searches per month for `$99/month` or `$990/year`.

Enterprise limits are contract-defined.

Free, Pro, and Max use the same Reposeek search quality. Upgrade only when you need more monthly searches.

Monthly and yearly paid plans use the same monthly quota windows. Yearly billing changes renewal cadence and price only; it does not pool `1,200` Pro searches or `12,000` Max searches into a yearly allowance.

## What counts

One successful `POST /v1/search` counts as one search.

CLI usage and direct API usage count the same.

Auth failures, validation failures, quota failures, and internal failures do not count.

Cached successful searches still count.

Self-serve plans use hard caps and no automatic overages.

## Quota errors

When your quota is exhausted, the API returns:

```json theme={null}
{
  "error": {
    "code": "quota_exceeded",
    "message": "You've used your 10 free searches for this month. Upgrade to Pro for 100 searches/month. Same search quality, higher monthly volume.",
    "usage": {
      "remaining_searches": 0,
      "next_reset_at": "2026-06-01T12:00:00+00:00"
    }
  }
}
```

Reduce usage, wait for reset if your plan has one, or manage billing when available.
