{
"title": "auth.GetOpenRouterByokApiKeyResponse",
"description": "Response containing the user's OpenRouter BYOK API key.",
"type": "object",
"properties": {
"api_key": {
"description": "The OpenRouter API key, or `None` if not configured.",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
}
}