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

# Usage and Limits API

> Usage, billing hooks, quotas, and safety limits.

# Usage and Limits API

## Current usage

```http theme={null}
GET /v1/usage/current
```

Returns current-month usage for the authenticated tenant.

## Usage limits

```http theme={null}
GET /v1/usage/limits
```

Returns configured monthly and hard limits.

## Safety limits

```http theme={null}
GET /v1/safety/limits
```

Returns rate limits, hard limits, and enabled protections.
