TypeScript SDKAPI ReferenceOperationsCreateKeysRequestBody - TypeScript SDKCopy pageCreateKeysRequestBody type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { CreateKeysRequestBody } from "@openrouter/sdk/models/operations";23let value: CreateKeysRequestBody = {4 name: "My New API Key",5}; Fields FieldTypeRequiredDescriptionExamplenamestring✔️Name for the new API keyMy New API Keylimitnumber➖Optional spending limit for the API key in USD50limitResetoperations.CreateKeysLimitReset➖Type of limit reset for the API key (daily, weekly, monthly, or null for no reset). Resets happen automatically at midnight UTC, and weeks are Monday through Sunday.monthlyincludeByokInLimitboolean➖Whether to include BYOK usage in the limittrueexpiresAtDate➖Optional ISO 8601 UTC timestamp when the API key should expire. Must be UTC, other timezones will be rejected2027-12-31T23:59:59ZcreatorUserIdstring➖Optional user ID of the key creator. Only meaningful for organization-owned keys where a specific member is creating the key.user_2dHFtVWx2n56w6HkM0000000000