v106

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

Save install LLM settings

Records the LLM providers and API keys chosen during the browser install. An empty providers list marks the LLM step as completed and explicitly skipped. Requires the one-time install token.

put/install/llm

Request body

Example request

{
  "providers": [
    {
      "provider": "anthropic"
    }
  ]
}

Response

LLM settings recorded