Authentication
Requires a valid Bearer token.Request Body
Provider name (e.g.,
"anthropic", "openai").The API key value.
Response
Returns200 OK on success.
Errors
| Status | Description |
|---|---|
400 | Bad Request — missing provider or api_key |
401 | Unauthorized — missing or invalid token |