Ollama Cloud API key
POST /v1/auth/ollama/api-key — Save an Ollama Cloud API key. Validates the key against the configured Ollama host's `/api/tags` before persisting; pass
POST /v1/auth/ollama/api-key
Save an Ollama Cloud API key. Validates the key against the configured Ollama host's /api/tags before persisting; pass saveAnyway: true to store an unverified key.
| Method | POST |
| Path | /v1/auth/ollama/api-key |
| Auth | Authorization: Bearer <token> required |
| Category | auth |
Request body
{ "apiKey": "...", "saveAnyway"?: boolean }