CreateAPIKeyRequest
- memberType: string
_id requiredExternal ID of an active member in the current workspace. Required for every workspace type.
- nameType: stringmin length:1max length:64required
UTF-8 encoded, up to 64 bytes.
- billingType: string enum
_type values- credit
_balance - coding
_plan
- limitsType: object · APIKeyLimits
Daily limit ≤ 7-day limit ≤ 30-day limit. USD limits allow at most two decimal places. Runtime limits cannot exceed the workspace hard limit.
- concurrencyType: integer | null
_limit min:0Omit to retain the existing value. null or 0 uses the existing unlimited or inherited semantics, subject to the workspace hard limit.
- d30Type: number | null
_limit _usd min:0multiple of:0.01USD limit. null clears it. Omit it to retain the existing value (creation inherits the workspace default).
- d7Type: number | null
_limit _usd min:0multiple of:0.01USD limit. null clears it. Omit it to retain the existing value (creation inherits the workspace default).
- dayType: number | null
_limit _usd min:0multiple of:0.01USD limit. null clears it. Omit it to retain the existing value (creation inherits the workspace default).
- rpmType: integer | null
_limit min:0Omit to retain the existing value. null or 0 uses the existing unlimited or inherited semantics, subject to the workspace hard limit.
- tpmType: integer | null
_limit min:0Omit to retain the existing value. null or 0 uses the existing unlimited or inherited semantics, subject to the workspace hard limit.
