{
"title": "auth.CreateOpenRouterByokApiKeyRequest",
"description": "Request to create or update an OpenRouter BYOK (Bring Your Own Key) API key.\n\nThis allows users to provide their own OpenRouter API key for routing\nrequests through OpenRouter's model marketplace.",
"type": "object",
"properties": {
"api_key": {
"description": "The OpenRouter API key to associate with the user's account.",
"type": "string"
}
}
}