Store API key securely
Future<void> setupApiKey(String apiKey) async { await SecurityManager.storeApiKey(apiKey); }