| title: Sentinel Backend API | |
| emoji: π | |
| colorFrom: blue | |
| colorTo: red | |
| sdk: docker | |
| pinned: false | |
| app_port: 7860 | |
| # Sentinel Backend API | |
| FastAPI backend for the Sentinel LLM Misuse Detection System. | |
| Exposes a REST API on port 7860. | |
| ## Secrets required (Space Settings β Repository secrets) | |
| - `REDIS_URL` | |
| - `HF_API_KEY` | |
| - `GROQ_API_KEY` | |
| - `CORS_ORIGINS` (your Vercel URL) | |
| - `QDRANT_URL` + `QDRANT_API_KEY` (optional) | |
| - `SENTRY_DSN` (optional) | |