Authentication
Requires a valid Bearer token.Path Parameters
Provider name (e.g.,
"anthropic", "openai").Response
Returns204 No Content on success with an empty response body.
Errors
| Status | Description |
|---|---|
401 | Unauthorized — missing or invalid token |
404 | Not Found — no API key exists for this provider |