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

# API Dashboard

> Keys, usage, and access management.

The API Dashboard covers API key creation and rotation, usage reporting, quota configuration, and access grants.

## Keys

| Scope            | Access                           |
| ---------------- | -------------------------------- |
| `full`           | All org Protocols and Blueprints |
| `blueprint:{id}` | Single Blueprint                 |
| `protocol:{id}`  | Single Protocol                  |
| `read`           | Usage and Signature reads only   |

## Usage

```bash theme={null}
curl https://ibf.blankstate.ai/api/v1/usage \
  -H "Authorization: Bearer $BKS_KEY"
```

## Webhooks

Configure a webhook for interaction events, drift alerts, and billing threshold notifications. Payloads are signed with `X-BKS-Signature` (HMAC-SHA256).
