get_me
The configured API key's permissions, limits, and current usage.
Cheap. Call early in a session — before planning work — to learn what
this key can do instead of discovering limits through failed calls.
Returns:
``scopes``: the permission scopes the key carries. ``limits``:
requests per minute and per day, max concurrent requests, and the
per-run bar cap (null when uncapped). ``usage``: current
consumption against those limits, with reset countdowns in
seconds. ``capabilities``: feature flags such as server-side data
fetch and the full metric set. A small fixed-shape record,
returned as the engine sent it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||