# OneSignal MCP Server Configuration
# Copy this file to .env and fill in your credentials
# Required: Your OneSignal App ID
# Found in: OneSignal Dashboard > Settings > Keys & IDs
ONESIGNAL_APP_ID=your-app-id-here
# Required: Your OneSignal REST API Key
# Found in: OneSignal Dashboard > Settings > Keys & IDs
# Format: os_v2_app_xxxxx...
ONESIGNAL_API_KEY=os_v2_app_your-api-key-here
# Optional: Organization API Key (for org-level operations)
# Found in: OneSignal Dashboard > Organization Settings > API Keys
# Format: os_v2_org_xxxxx...
# Required for: create_app, view_apps, view_app_api_keys, etc.
ONESIGNAL_ORG_API_KEY=os_v2_org_your-org-key-here
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
# Default: INFO
LOG_LEVEL=INFO