Config and Settings routes — AI provider management. Mounted at /api/v1 (INF-005).
Endpoints
| Method | Path | Description |
|---|---|---|
GET |
/api/v1/config |
Active AI provider info for the UI badge |
GET |
/api/v1/settings |
Masked API key status per provider |
POST |
/api/v1/settings |
Save an API key or activate Ollama |
DELETE |
/api/v1/settings/:provider |
Remove a key or deactivate Ollama |
GET |
/api/v1/ollama/status |
Check Ollama connectivity + list models |
- Source: