get_api_key
Returns the tier, label, masked owner email, creation date, last-used timestamp, today's request count, and daily request limit for the API key used in this request. Useful for agents that need to monitor their own quota consumption.
Use this tool when:
You want to check how many requests your key has used today.
You need to know your current tier or daily limit.
You want to confirm that your API key is active.
Do NOT use this tool when:
You want to manage multiple keys — this endpoint only reflects the calling key.
You need tracker data — use the tracker endpoints instead.
Inputs:
No body or query parameters. Auth is from the
Authorization: Bearerheader.
Returns:
tier: free, supporter, pro, or enterprise.requests_today: integer count from KV (best-effort; resets at UTC midnight).limit_per_day: null for enterprise (unlimited).last_used: ISO 8601 timestamp, may be null if never used.
Cost:
Free. Does not count against the daily request limit.
Latency:
Typical: <150ms, p99: <400ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||