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
Example request
{
"provider": "anthropic"
}Response
Credentials validated successfully
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 statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○