Install

Validate install LLM credentials

Validates an LLM API key without persisting it. Requires the one-time install token.

post/install/llm/test

Request body

providerstring required
api_keystring required

Example request

{
  "provider": "anthropic"
}

Response

Credentials validated successfully

okboolean required

Example response

{
  "ok": true
}

Changes

Changed in 1 of the 172 revisions of this API.2

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog