--- title: Meeting AI Backend sdk: docker app_port: 7860 --- # Meeting AI Backend Stateless Groq-backed suggestion service for the Meeting AI Chrome extension. Audio transcription happens client-side via the user's own Deepgram key — this backend only generates structured AI suggestions from transcript text. Endpoints: - `GET /` — landing - `GET /health` — liveness - `POST /suggestion` — generates a `Suggestion` (requires `X-Api-Key`) Required secrets in Space Settings: - `GROQ_API_KEY` - `API_KEYS` (comma-separated)