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
}