{
"type": "object",
"required": [],
"properties": {
"OPENAI_API_KEY": {
"type": "string",
"description": "OpenAI API key for summarization and post generation (optional, can be provided in requests)"
},
"YOUTUBE_API_KEY": {
"type": "string",
"description": "YouTube Data API key for fetching video metadata (optional, can be provided in requests)"
}
}
}