> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # UpdateBYOKKeyResponse ## Fields | Field | Type | Required | Description | Example | | ------ | --------------------------------------------------------- | -------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Data` | [components.BYOKKey](../../models/components/byokkey.mdx) | :heavy\_check\_mark: | N/A | \{
"allowed\_api\_key\_hashes": null,
"allowed\_models": null,
"allowed\_user\_ids": null,
"created\_at": "2025-08-24T10:30:00Z",
"disabled": false,
"id": "11111111-2222-3333-4444-555555555555",
"is\_byok\_only": false,
"is\_fallback": false,
"is\_required": false,
"label": "sk-...AbCd",
"name": "Production OpenAI Key",
"provider": "openai",
"sort\_order": 0,
"workspace\_id": "550e8400-e29b-41d4-a716-446655440000"
} |