Spaces:
Sleeping
Sleeping
| # Hugging Face API Token (required) | |
| # Get from: https://huggingface.co/settings/tokens | |
| HF_TOKEN=hf_your_token_here | |
| # Webhook Secret (required for production) | |
| # Use a strong, random string | |
| WEBHOOK_SECRET=your-webhook-secret-here | |
| # Model for the agent (optional) | |
| HF_MODEL=owner/model | |
| # Provider for MCP agent (optional) | |
| HF_PROVIDER=huggingface |