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

Changes

No recorded changes to this endpoint across all 134 revisions of this API.