v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Models

Test Provider Credentials

Validates an LLM provider API key against the server's effective catalog without persisting it.

post/api/v1/providers/{provider}/credentials/test

Path parameters

providerstring required

The provider identifier.

Request body

api_keystring required

Response

Credentials validated successfully

okboolean required

Example response

{
  "ok": true
}