Example Usage
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
hash | string | :heavy_check_mark: | Unique hash identifier for the API key | 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 |
name | string | :heavy_check_mark: | Name of the API key | My Production Key |
label | string | :heavy_check_mark: | Human-readable label for the API key | Production API Key |
disabled | boolean | :heavy_check_mark: | Whether the API key is disabled | false |
limit | number | :heavy_check_mark: | Spending limit for the API key in USD | 100 |
limitRemaining | number | :heavy_check_mark: | Remaining spending limit in USD | 74.5 |
limitReset | string | :heavy_check_mark: | Type of limit reset for the API key | monthly |
includeByokInLimit | boolean | :heavy_check_mark: | Whether to include external BYOK usage in the credit limit | false |
usage | number | :heavy_check_mark: | Total OpenRouter credit usage (in USD) for the API key | 25.5 |
usageDaily | number | :heavy_check_mark: | OpenRouter credit usage (in USD) for the current UTC day | 25.5 |
usageWeekly | number | :heavy_check_mark: | OpenRouter credit usage (in USD) for the current UTC week (Monday-Sunday) | 25.5 |
usageMonthly | number | :heavy_check_mark: | OpenRouter credit usage (in USD) for the current UTC month | 25.5 |
byokUsage | number | :heavy_check_mark: | Total external BYOK usage (in USD) for the API key | 17.38 |
byokUsageDaily | number | :heavy_check_mark: | External BYOK usage (in USD) for the current UTC day | 17.38 |
byokUsageWeekly | number | :heavy_check_mark: | External BYOK usage (in USD) for the current UTC week (Monday-Sunday) | 17.38 |
byokUsageMonthly | number | :heavy_check_mark: | External BYOK usage (in USD) for current UTC month | 17.38 |
createdAt | string | :heavy_check_mark: | ISO 8601 timestamp of when the API key was created | 2025-08-24T10:30:00Z |
updatedAt | string | :heavy_check_mark: | ISO 8601 timestamp of when the API key was last updated | 2025-08-24T15:45:00Z |
expiresAt | Date | :heavy_minus_sign: | ISO 8601 UTC timestamp when the API key expires, or null if no expiration | 2027-12-31T23:59:59Z |